Skip to content

Instantly share code, notes, and snippets.

@cosbgn
Last active January 29, 2018 16:58
Show Gist options
  • Save cosbgn/0d9624f4df360061c5c4f363e8065ffe to your computer and use it in GitHub Desktop.
Save cosbgn/0d9624f4df360061c5c4f363e8065ffe to your computer and use it in GitHub Desktop.
Open Weather Weather Response
{
"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