Last active
March 13, 2025 15:01
-
-
Save ayc/93d3182cf25e8c83cf1b1de272c49a94 to your computer and use it in GitHub Desktop.
Updated: Thu Mar 13 2025 11:01:03 GMT-0400 (Eastern Daylight Time)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"openweather": { | |
"hour0": { | |
"time": "10:53", | |
"temp": 44.26, | |
"tempc": 6, | |
"temp_low": 42.08, | |
"temp_high": 47.25, | |
"pressure": 1019, | |
"humidity": 60, | |
"wind_speed": 13.8, | |
"wind_deg": 40, | |
"icon": "01d", | |
"weatherCode": 800, | |
"shortForecast": "clear sky", | |
"detailedForecast": "Clear" | |
}, | |
"hour3": { | |
"time": "1:00", | |
"temp": 45.81, | |
"tempc": 7, | |
"temp_low": 45.81, | |
"temp_high": 49.03, | |
"pressure": 1019, | |
"humidity": 54, | |
"wind_speed": 9.46, | |
"wind_deg": 106, | |
"icon": "03d", | |
"weatherCode": 802, | |
"shortForecast": "scattered clouds", | |
"detailedForecast": "Clouds" | |
}, | |
"hour6": { | |
"time": "4:00", | |
"temp": 47.64, | |
"tempc": 8, | |
"temp_low": 47.64, | |
"temp_high": 49.37, | |
"pressure": 1018, | |
"humidity": 52, | |
"wind_speed": 8.75, | |
"wind_deg": 91, | |
"icon": "04d", | |
"weatherCode": 803, | |
"shortForecast": "broken clouds", | |
"detailedForecast": "Clouds" | |
}, | |
"hour9": { | |
"time": "7:00", | |
"temp": 45.12, | |
"tempc": 7, | |
"temp_low": 45.12, | |
"temp_high": 45.12, | |
"pressure": 1019, | |
"humidity": 61, | |
"wind_speed": 7.34, | |
"wind_deg": 74, | |
"icon": "04n", | |
"weatherCode": 803, | |
"shortForecast": "broken clouds", | |
"detailedForecast": "Clouds" | |
}, | |
"last_updated_at": "3/13/2025, 11:01:01 AM" | |
}, | |
"accuweather": { | |
"forecastText": "", | |
"hour0": { | |
"time": "12:00", | |
"temp": 46, | |
"tempc": 7, | |
"WeatherIcon": 4, | |
"IconPhrase": "Intermittent clouds", | |
"PrecipitationProbability": 0 | |
}, | |
"hour3": { | |
"time": "2:00", | |
"temp": 48, | |
"tempc": 8, | |
"WeatherIcon": 4, | |
"IconPhrase": "Intermittent clouds", | |
"PrecipitationProbability": 0 | |
}, | |
"hour6": { | |
"time": "5:00", | |
"temp": 48, | |
"tempc": 8, | |
"WeatherIcon": 4, | |
"IconPhrase": "Intermittent clouds", | |
"PrecipitationProbability": 0 | |
}, | |
"hour9": { | |
"time": "8:00", | |
"temp": 46, | |
"tempc": 7, | |
"WeatherIcon": 38, | |
"IconPhrase": "Mostly cloudy", | |
"PrecipitationProbability": 0 | |
}, | |
"last_updated_at": "3/13/2025, 11:01:03 AM" | |
}, | |
"openweather_07641": { | |
"hour0": { | |
"time": "10:53", | |
"temp": 44.2, | |
"tempc": 6, | |
"temp_low": 41.67, | |
"temp_high": 46.56, | |
"pressure": 1020, | |
"humidity": 60, | |
"wind_speed": 8.05, | |
"wind_deg": 80, | |
"icon": "01d", | |
"weatherCode": 800, | |
"shortForecast": "clear sky", | |
"detailedForecast": "Clear" | |
}, | |
"hour3": { | |
"time": "1:00", | |
"temp": 46.02, | |
"tempc": 7, | |
"temp_low": 46.02, | |
"temp_high": 49.75, | |
"pressure": 1019, | |
"humidity": 52, | |
"wind_speed": 8.39, | |
"wind_deg": 100, | |
"icon": "03d", | |
"weatherCode": 802, | |
"shortForecast": "scattered clouds", | |
"detailedForecast": "Clouds" | |
}, | |
"hour6": { | |
"time": "4:00", | |
"temp": 47.5, | |
"tempc": 8, | |
"temp_low": 47.5, | |
"temp_high": 49.17, | |
"pressure": 1019, | |
"humidity": 49, | |
"wind_speed": 8.1, | |
"wind_deg": 89, | |
"icon": "04d", | |
"weatherCode": 803, | |
"shortForecast": "broken clouds", | |
"detailedForecast": "Clouds" | |
}, | |
"hour9": { | |
"time": "7:00", | |
"temp": 44.02, | |
"tempc": 6, | |
"temp_low": 44.02, | |
"temp_high": 44.02, | |
"pressure": 1019, | |
"humidity": 62, | |
"wind_speed": 8.1, | |
"wind_deg": 78, | |
"icon": "04n", | |
"weatherCode": 803, | |
"shortForecast": "broken clouds", | |
"detailedForecast": "Clouds" | |
}, | |
"last_updated_at": "3/13/2025, 11:01:02 AM" | |
}, | |
"last_updated_at": "3/13/2025, 11:01:03 AM" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment