Skip to content

Instantly share code, notes, and snippets.

@robynitp
Created November 18, 2014 00:30
Show Gist options
  • Save robynitp/17a9bdbcf6b8f3799d41 to your computer and use it in GitHub Desktop.
Save robynitp/17a9bdbcf6b8f3799d41 to your computer and use it in GitHub Desktop.
{
"coord": {
"lon": -74.01,
"lat": 40.71
},
"sys": {
"type": 1,
"id": 1980,
"message": 0.115,
"country": "US",
"sunrise": 1416311222,
"sunset": 1416346537
},
"weather": [
{
"id": 500,
"main": "Rain",
"description": "light rain",
"icon": "10n"
},
{
"id": 701,
"main": "Mist",
"description": "mist",
"icon": "50n"
},
{
"id": 300,
"main": "Drizzle",
"description": "light intensity drizzle",
"icon": "09n"
}
],
"base": "cmc stations",
"main": {
"temp": 47.84,
"pressure": 1000,
"humidity": 93,
"temp_min": 42.8,
"temp_max": 57.2
},
"wind": {
"speed": 3.24,
"deg": 270
},
"clouds": {
"all": 90
},
"dt": 1416267540,
"id": 5128581,
"name": "New York",
"cod": 200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment