Skip to content

Instantly share code, notes, and snippets.

@0x5d
Created September 26, 2015 16:45
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 0x5d/d03296ea1e807009df97 to your computer and use it in GitHub Desktop.
Save 0x5d/d03296ea1e807009df97 to your computer and use it in GitHub Desktop.
{
"coord": {
"lon": -0.13,
"lat": 51.51
},
"weather": [
{
"id": 800,
"main": "Clear",
"description": "Sky is Clear",
"icon": "01d"
}
],
"base": "cmc stations",
"main": {
"temp": 290.12,
"pressure": 1028,
"humidity": 45,
"temp_min": 289.15,
"temp_max": 291.48
},
"wind": {
"speed": 3.1,
"deg": 90
},
"clouds": {
"all": 0
},
"dt": 1443282691,
"sys": {
"type": 1,
"id": 5091,
"message": 0.0036,
"country": "GB",
"sunrise": 1443246807,
"sunset": 1443289743
},
"id": 2643743,
"name": "London",
"cod": 200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment