Last active
May 22, 2018 14:43
-
-
Save maisonm/41c04eaa78d381c24d8c55e6805d9f5d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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