Created
June 5, 2018 05:22
-
-
Save phochste/a183b58e8bbeac64a6f49d1d9e639051 to your computer and use it in GitHub Desktop.
Sample Tokyo weather
This file contains 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": 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