Created
April 11, 2011 21:46
-
-
Save aguynamedben/914432 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
"weather": { | |
"cloud_cover": "80%", | |
"conditions": "Mostly cloudy", | |
"dewpoint": "47F", | |
"forecast": { | |
"today": { | |
"conditions": "Clear", | |
"precipitation": "20%", | |
"temperature": { | |
"max": "58F", | |
"min": "49F" | |
} | |
}, | |
"tomorrow": { | |
"conditions": "Mostly clear", | |
"precipitation": "0%", | |
"temperature": { | |
"max": "59F", | |
"min": "47F" | |
} | |
}, | |
"tonight": { | |
"conditions": "Mostly clear", | |
"precipitation": "0%", | |
"temperature": { | |
"max": "48F", | |
"min": "45F" | |
} | |
} | |
}, | |
"temperature": "59F", | |
"wind_direction": "280 degrees", | |
"wind_speed": "8.1 meters per second" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment