Created
November 3, 2017 12:40
-
-
Save idlefingers/a37b414d1195516c7f18a48985afb423 to your computer and use it in GitHub Desktop.
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": 18.06, | |
"lat": 59.33 | |
}, | |
"weather": [{ | |
"id": 800, | |
"main": "Clear", | |
"description": "clear sky", | |
"icon": "01d" | |
}], | |
"base": "stations", | |
"main": { | |
"temp": 6.47, | |
"pressure": 1007, | |
"humidity": 56, | |
"temp_min": 6, | |
"temp_max": 7 | |
}, | |
"visibility": 10000, | |
"wind": { | |
"speed": 3.6, | |
"deg": 200 | |
}, | |
"clouds": { | |
"all": 0 | |
}, | |
"dt": 1509709800, | |
"sys": { | |
"type": 1, | |
"id": 5420, | |
"message": 0.0024, | |
"country": "SE", | |
"sunrise": 1509689610, | |
"sunset": 1509720490 | |
}, | |
"id": 2673730, | |
"name": "Stockholm", | |
"cod": 200 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment