Created
May 19, 2016 15:18
-
-
Save doapp-grady/009f61378d6f6fd1328ed4860787e92a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"provider": { | |
"name": "Weather.com" | |
}, | |
"request": { | |
"timestamp": { | |
"offset": "2016-05-19T14:37:52.770+0000", | |
"utc": "2016-05-19T14:37:52.770Z", | |
"epoch": 1463668672000, | |
"timezoneOffset": 0 | |
}, | |
"appId": "1846", | |
"location": { | |
"id": "wx-2396395", | |
"name": "Rochester, MN", | |
"lat": 44.015076, | |
"lng": -92.47752, | |
"countyFips": [ | |
"27109" | |
] | |
} | |
}, | |
"location": { | |
"id": "wx-2396395", | |
"name": "Rochester, MN", | |
"lat": 44.015076, | |
"lng": -92.47752, | |
"countyFips": [ | |
"27109" | |
] | |
}, | |
"__required__timestamp": { | |
"offset": "2016-05-19T09:25:00.000-0500", | |
"utc": "2016-05-19T14:25:00.000Z", | |
"__required__epoch": 1463667900000, | |
"__required__timezoneOffset": -18000 | |
}, | |
"__required__temperature": { | |
"fahrenheit": 64, | |
"celsius": 17 | |
}, | |
"__required__conditions": { | |
"__required__label": "Clear", | |
"__required__icon": { | |
"name": "fair", | |
"__required__url": "https:\/\/d3vsyjc0n4pqx9.cloudfront.net\/images\/fair.png" | |
}, | |
"relativeHumidity": 43, | |
"feelsLike": { | |
"__required__fahrenheit": 64, | |
"__required__celsius": 17 | |
}, | |
"wind": { | |
"__required__speed": { | |
"__required__mph": 6, | |
"__required__kmh": 9.65604 | |
}, | |
"__required__dir": "SSE" | |
} | |
}, | |
"created": { | |
"offset": "2016-05-19T14:37:52.825+0000", | |
"utc": "2016-05-19T14:37:52.825Z", | |
"epoch": 1463668672000, | |
"timezoneOffset": 0 | |
}, | |
"__required__forecasts": [ | |
{ | |
"__required__timestamp": { | |
"offset": "2016-05-19T07:00:00.000-0500", | |
"utc": "2016-05-19T12:00:00.000Z", | |
"__required__epoch": 1463659200000, | |
"__required__timezoneOffset": -18000 | |
}, | |
"high": { | |
"__required__fahrenheit": 68, | |
"__required__celsius": 20 | |
}, | |
"low": { | |
"__required__fahrenheit": 49, | |
"__required__celsius": 9 | |
}, | |
"__required__conditions": { | |
"__required__label": "Mix of sun and clouds. Highs in the upper 60s and lows in the upper 40s.", | |
"__required__icon": { | |
"name": "overcast", | |
"__required__url": "https:\/\/d3vsyjc0n4pqx9.cloudfront.net\/images\/overcast.png" | |
} | |
}, | |
"detail": "Mix of sun and clouds. Highs in the upper 60s and lows in the upper 40s." | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment