Created
September 8, 2018 17:05
-
-
Save makzan/7f3ae9f645eb4756aab502769f4b196f to your computer and use it in GitHub Desktop.
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": 113.546112, | |
| "lat": 22.20056 | |
| }, | |
| "sys": { | |
| "country": "MO", | |
| "sunrise": 1383690767, | |
| "sunset": 1383731168 | |
| }, | |
| "weather": [ | |
| { | |
| "id": 800, | |
| "main": "Clear", | |
| "description": "Sky is Clear", | |
| "icon": "01n" | |
| } | |
| ], | |
| "base": "cmc stations", | |
| "main": { | |
| "temp": 296.215, | |
| "temp_min": 296.215, | |
| "temp_max": 296.215, | |
| "pressure": 1027.78, | |
| "sea_level": 1031.1, | |
| "grnd_level": 1027.78, | |
| "humidity": 95 | |
| }, | |
| "wind": { | |
| "speed": 4.43, | |
| "deg": 49.5008 | |
| }, | |
| "clouds": { | |
| "all": 0 | |
| }, | |
| "dt": 1383755905, | |
| "id": 1821274, | |
| "name": "Macau", | |
| "cod": 200 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment