Skip to content

Instantly share code, notes, and snippets.

@phochste
Created June 5, 2018 05:22
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 phochste/a183b58e8bbeac64a6f49d1d9e639051 to your computer and use it in GitHub Desktop.
Save phochste/a183b58e8bbeac64a6f49d1d9e639051 to your computer and use it in GitHub Desktop.
Sample Tokyo weather
{
"coord": {
"lon": 139.76,
"lat": 35.68
},
"weather": Array[1][
{
"id": 802,
"main": "Clouds",
"description": "scattered clouds",
"icon": "03d"
}
],
"base": "stations",
"main": {
"temp": 300.31,
"pressure": 1015,
"humidity": 44,
"temp_min": 299.15,
"temp_max": 301.15
},
"visibility": 16093,
"wind": {
"speed": 3.6,
"deg": 190
},
"clouds": {
"all": 40
},
"dt": 1528174560,
"sys": {
"type": 1,
"id": 7622,
"message": 0.0106,
"country": "JP",
"sunrise": 1528140327,
"sunset": 1528192419
},
"id": 1850147,
"name": "Tokyo",
"cod": 200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment