Skip to content

Instantly share code, notes, and snippets.

@maisonm
Last active May 22, 2018 14:43
Show Gist options
  • Save maisonm/41c04eaa78d381c24d8c55e6805d9f5d to your computer and use it in GitHub Desktop.
Save maisonm/41c04eaa78d381c24d8c55e6805d9f5d to your computer and use it in GitHub Desktop.
{
"data": {
"coord": {
"lon": -75.02,
"lat": 18.17
},
"weather": [
{
"id": 803,
"main": "Clouds",
"description": "broken clouds",
"icon": "04d"
}
],
"base": "stations",
"main": {
"temp": 84.42,
"pressure": 1015,
"humidity": 55,
"temp_min": 82.4,
"temp_max": 86
},
"visibility": 16093,
"wind": {
"speed": 4.7,
"deg": 200
},
"clouds": {
"all": 75
},
"dt": 1526667300,
"sys": {
"type": 1,
"id": 728,
"message": 0.005,
"country": "US",
"sunrise": 1526639765,
"sunset": 1526688800
},
"id": 420009910,
"name": "REACTLAND",
"cod": 200
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment