Skip to content

Instantly share code, notes, and snippets.

@icodeintx
Created November 26, 2022 23:21
Show Gist options
  • Save icodeintx/1810ff104ae5414d2ed39ff045181dbb to your computer and use it in GitHub Desktop.
Save icodeintx/1810ff104ae5414d2ed39ff045181dbb to your computer and use it in GitHub Desktop.
{
"latitude": 45.51,
"longitude": -122.68,
"timezone": "America/Los_Angeles",
"currently": {
"time": 1590159600,
"summary": "Showers.",
"icon": "rain",
"precipIntensity": 0.02,
"precipProbability": 0.49,
"precipType": "rain",
"temperature": 49.0,
"apparentTemperature": 49.0,
"dewPoint": 44.0,
"humidity": 0.83,
"pressure": 1018.96,
"windSpeed": 4.72,
"windGust": 5.87,
"windBearing": 230.0,
"cloudCover": 0.36,
"uvIndex": 1.0,
"visibility": 10.0,
"ozone": 294.4
},
"minutely": {
"summary": "Light rain starting in 1 minutes, possibly stopping within an hour.",
"icon": "rain",
"data": [{
"time": 1590161100,
"precipIntensity": 0.04,
"precipProbability": 1.0,
"precipType": "rain"
}]
},
"hourly": {
"summary": "Skies mostly cloudy becoming partly cloudy. High temperature 63°F. Winds 7 mph from \nthe west-southwest changing to 1 to 7 mph from the west-northwest. Chance of precipitation 50%. \nLess than half an inch of precipitation possible.\n",
"icon": "rain",
"data": [{
"time": 1590159600,
"summary": "Showers.",
"icon": "rain",
"precipIntensity": 0.01,
"precipProbability": 0.49,
"precipType": "rain",
"temperature": 49.0,
"apparentTemperature": 49.0,
"dewPoint": 44.0,
"humidity": 0.83,
"pressure": 1018.96,
"windSpeed": 4.72,
"windGust": 5.87,
"windBearing": 230.0,
"cloudCover": 0.36,
"uvIndex": 1.0,
"visibility": 10.0,
"ozone": 292.3
}]
},
"daily": {
"summary": "Cloudy skies for the upcoming week. Showers today. The high temperature will be 80°F on Wednesday, and the low will be 45°F today.\n",
"icon": "rain",
"data": [{
"time": 1590130800,
"summary": "Skies mostly cloudy becoming partly cloudy. 50% chance of rain.",
"icon": "rain",
"sunriseTime": 1590150720,
"sunsetTime": 1590205320,
"moonPhase": 0.02,
"precipIntensity": 0.012,
"precipIntensityMax": 0.16,
"precipIntensityMaxTime": 1590168720,
"precipProbability": 0.49,
"precipType": "rain",
"temperatureHigh": 63.0,
"temperatureHighTime": 1590193920,
"temperatureLow": 43.0,
"temperatureLowTime": 1590237120,
"apparentTemperatureHigh": 62.0,
"apparentTemperatureHighTime": 1590193920,
"apparentTemperatureLow": 42.1,
"apparentTemperatureLowTime": 1590237120,
"temperatureMax": 63.0,
"temperatureMaxTime": 1590193920,
"temperatureMin": 45.0,
"temperatureMinTime": 1590147120,
"apparentTemperatureMax": 62.0,
"apparentTemperatureMaxTime": 1590193920,
"apparentTemperatureMin": 44.1,
"apparentTemperatureMinTime": 1590147120,
"dewPoint": 44.0,
"humidity": 0.86,
"pressure": 1021.67,
"windSpeed": 6.9,
"windGust": 17.67,
"windGustTime": 1590147120.0,
"windBearing": 300.0,
"cloudCover": 0.7,
"uvIndex": 4.0,
"uvIndexTime": 1590147120,
"visibility": 10.0,
"ozone": 300.1
}]
},
"alerts": [{
"title": "Severe Thunderstorm Warning",
"description": "BULLETIN - IMMEDIATE BROADCAST REQUESTED\\nSevere Thunderstorm Warning\\nNational Weather Service Kansas City/Pleasant Hill MO\\n1015 AM CDT Mon May 4 2020\\n\\nThe National Weather Service in Pleasant Hill has issued a\\n\\n* Severe Thunderstorm Warning for...\\n Wyandotte County in northeastern Kansas...\\n Southeastern Leavenworth County in northeastern Kansas...\\n Northern Johnson County in east central Kansas...\\n Southwestern Clay County in west central Missouri...\\n Southeastern Platte County in west central Missouri...\\n Western Jackson County in west central Missouri...\\n\\n* Until 1100 AM CDT.\\n\\n* At 1015 AM CDT, a severe thunderstorm was located over Bonner\\n Springs, moving east at 45 mph.\\n\\n HAZARD...60 mph wind gusts and quarter size hail.\\n\\n SOURCE...Radar indicated.\\n\\n IMPACT...Hail damage to vehicles is expected. Expect wind damage\\n to roofs, siding, and trees.\\n\\n* Locations impacted include...\\n Kansas City, Overland Park, Olathe, Independence, Lee's Summit,\\n Shawnee, Blue Springs, Lenexa, Leawood, Raytown, Liberty,\\n Gladstone, Grandview, Prairie Village, Merriam, Mission, Bonner\\n Springs, De Soto, Parkville and Basehor.\\n\\nThis includes the following highways...\\n Interstate 70 in Missouri between mile markers 0 and 19.\\n Interstate 70 in Kansas between mile markers 410 and 423.\\n Interstate 35 in Missouri between mile markers 0 and 17.\\n Interstate 35 in Kansas between mile markers 220 and 235.\\n Interstate 29 between mile markers 0 and 7.\\n Interstate 635 between mile markers 0 and 12.\\n Interstate 470 between mile markers 0 and 16.\\n Interstate 435 between mile markers 0 and 22, and between mile\\nmarkers 49 and 83.\\n Kansas Turnpike between mile markers 216 and 226.\\n\\nPRECAUTIONARY/PREPAREDNESS ACTIONS...\\n\\nFor your protection move to an interior room on the lowest floor of a\\nbuilding.\\n\n",
"severity": "Warning",
"time": 1588605300,
"expires": 1588608000
}],
"flags": {
"units": "us"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment