Last active
March 11, 2020 15:45
-
-
Save motorro/51eeb56ef3c9ea6a3e716096797a203c to your computer and use it in GitHub Desktop.
OpenWeather city data structure
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
{ | |
"id": 2173910, | |
"name": "Broken Hill Municipality", | |
"state": "", | |
"country": "AU", | |
"coord": { | |
"lon": 141.433334, | |
"lat": -31.950001 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment