Skip to content

Instantly share code, notes, and snippets.

@tschellenbach
Created January 26, 2014 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tschellenbach/8635350 to your computer and use it in GitHub Desktop.
Save tschellenbach/8635350 to your computer and use it in GitHub Desktop.
{
"coord":{
"lon":4.89,
"lat":52.37
},
"sys":{
"message":0.0094,
"country":"NL",
"sunrise":1390721381,
"sunset":1390752987
},
"weather":[
{
"id":500,
"main":"Rain",
"description":"light rain",
"icon":"10n"
},
{
"id":310,
"main":"Drizzle",
"description":"light intensity drizzle rain",
"icon":"09n"
}
],
"base":"cmc stations",
"main":{
"temp":4.79,
"pressure":992,
"temp_min":4,
"temp_max":5.56,
"humidity":98
},
"wind":{
"speed":1.54,
"gust":4.11,
"deg":180
},
"rain":{
"1h":0.38
},
"clouds":{
"all":88
},
"dt":1390753327,
"id":2759794,
"name":"Amsterdam",
"cod":200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment