Skip to content

Instantly share code, notes, and snippets.

@aguynamedben
Created April 11, 2011 21:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save aguynamedben/914432 to your computer and use it in GitHub Desktop.
"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