Last active
January 29, 2018 16:58
-
-
Save cosbgn/0d9624f4df360061c5c4f363e8065ffe to your computer and use it in GitHub Desktop.
Open Weather Weather Response
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":-122.42, | |
"lat":37.78 | |
}, | |
"weather":[ | |
{ | |
"id":701, | |
"main":"Mist", | |
"description":"mist", | |
"icon":"50d" | |
} | |
], | |
"base":"stations", | |
"main":{ | |
"temp":281.36, | |
"pressure":1026, | |
"humidity":93, | |
"temp_min":278.15, | |
"temp_max":283.15 | |
}, | |
"visibility":16093, | |
"wind":{ | |
"speed":3.1, | |
"deg":200 | |
}, | |
"clouds":{ | |
"all":1 | |
}, | |
"dt":1517243700, | |
"sys":{ | |
"type":1, | |
"id":438, | |
"message":0.0045, | |
"country":"US", | |
"sunrise":1517238927, | |
"sunset":1517275854 | |
}, | |
"id":5391959, | |
"name":"San Francisco", | |
"cod":200 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment