Skip to content

Instantly share code, notes, and snippets.

@alvareztech
Created June 3, 2017 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alvareztech/c2adf82d5081bb5708a3b6764f1b2cc9 to your computer and use it in GitHub Desktop.
Save alvareztech/c2adf82d5081bb5708a3b6764f1b2cc9 to your computer and use it in GitHub Desktop.
{
"coord": {
"lon": -68.15,
"lat": -16.5
},
"weather": [
{
"id": 801,
"main": "Clouds",
"description": "few clouds",
"icon": "02d"
}
],
"base": "stations",
"main": {
"temp": 284.15,
"pressure": 1036,
"humidity": 37,
"temp_min": 284.15,
"temp_max": 284.15
},
"visibility": 10000,
"wind": {
"speed": 4.1,
"deg": 310
},
"clouds": {
"all": 20
},
"dt": 1496527200,
"sys": {
"type": 1,
"id": 4426,
"message": 0.0026,
"country": "BO",
"sunrise": 1496487319,
"sunset": 1496527595
},
"id": 3911925,
"name": "La Paz",
"cod": 200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment