Created
October 19, 2016 03:07
-
-
Save rrichardson/090f559e23520ca9874c53ed38f2a5df 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
{ | |
"coord": { | |
"lon": -73.95, | |
"lat": 40.74 | |
}, | |
"weather": [ | |
{ | |
"id": 800, | |
"main": "Clear", | |
"description": "clear sky", | |
"icon": "01n" | |
} | |
], | |
"base": "stations", | |
"main": { | |
"temp": 295.278, | |
"pressure": 1023.13, | |
"humidity": 68, | |
"temp_min": 295.278, | |
"temp_max": 295.278, | |
"sea_level": 1026.47, | |
"grnd_level": 1023.13 | |
}, | |
"wind": { | |
"speed": 3.9, | |
"deg": 223.5 | |
}, | |
"clouds": { | |
"all": 0 | |
}, | |
"dt": 1476845935, | |
"sys": { | |
"message": 0.1837, | |
"country": "US", | |
"sunrise": 1476875522, | |
"sunset": 1476914915 | |
}, | |
"id": 5125125, | |
"name": "Long Island City", | |
"cod": 200 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment