chubin / wttr.in

:partly_sunny: The right way to check the weather
https://wttr.in
Apache License 2.0
24.37k stars 1.1k forks source link

Help needed with json output #805

Open Yuno-obsessed opened 1 year ago

Yuno-obsessed commented 1 year ago

what are 0,1,2 fields in weather and hourly fields?

jonohewitt commented 1 year ago

weather is an array of daily weather data, starting with the current day. Each item has a different date property.

hourly is an array of each day's hourly weather forecasts. Each has a different time property, starting at 0 (midnight) and incrementing by 300 (three hours). The time period for e.g precipitation is three hours.