Created
August 28, 2013 14:12
-
-
Save rblalock/6366463 to your computer and use it in GitHub Desktop.
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
{ | |
"backgroundImage": "sunny", | |
"location": "Hertfordshire, United Kingdom", | |
"current": { | |
"tempC": 22, | |
"tempF": 72, | |
"icon": "sunny", | |
"observationTime": "02:12 PM", | |
"description": "Sunny", | |
"shortDescription": "Sunny", | |
"energyTip": "Keep warm" | |
}, | |
"forecast": [ | |
{ | |
"date": "2013-08-28T00:00:00Z", | |
"tempMaxC": 27, | |
"tempMaxF": 81, | |
"tempMinC": 14, | |
"tempMinF": 57, | |
"icon": "sunny", | |
"description": "Sunny", | |
"shortDescription": "Sunny" | |
}, | |
{ | |
"date": "2013-08-29T00:00:00Z", | |
"tempMaxC": 24, | |
"tempMaxF": 76, | |
"tempMinC": 15, | |
"tempMinF": 58, | |
"icon": "sunny", | |
"description": "Sunny", | |
"shortDescription": "Sunny" | |
}, | |
{ | |
"date": "2013-08-30T00:00:00Z", | |
"tempMaxC": 23, | |
"tempMaxF": 73, | |
"tempMinC": 14, | |
"tempMinF": 56, | |
"icon": "white_cloud", | |
"description": "Cloudy", | |
"shortDescription": "Cloudy" | |
}, | |
{ | |
"date": "2013-08-31T00:00:00Z", | |
"tempMaxC": 20, | |
"tempMaxF": 69, | |
"tempMinC": 9, | |
"tempMinF": 49, | |
"icon": "sunny", | |
"description": "Sunny", | |
"shortDescription": "Sunny" | |
}, | |
{ | |
"date": "2013-09-01T00:00:00Z", | |
"tempMaxC": 21, | |
"tempMaxF": 69, | |
"tempMinC": 10, | |
"tempMinF": 50, | |
"icon": "sunny", | |
"description": "Sunny", | |
"shortDescription": "Sunny" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment