https://github.com/shal/ua-cities
:city_sunset: JSON API with Ukrainian cities
https://github.com/shal/ua-cities
api json ukraine
Last synced: 6 months ago
JSON representation
:city_sunset: JSON API with Ukrainian cities
- Host: GitHub
- URL: https://github.com/shal/ua-cities
- Owner: shal
- License: mit
- Created: 2018-06-16T22:08:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-09T10:24:03.000Z (about 7 years ago)
- Last Synced: 2024-06-21T11:14:35.916Z (about 2 years ago)
- Topics: api, json, ukraine
- Language: Go
- Homepage:
- Size: 1.18 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[license]: ./LICENSE
[goreport]: https://goreportcard.com/report/github.com/shal/ua-cities
[][goreport]
# Ukrainian cities
> :ukraine: RESTful API for ukrainian cities
## Usage
```
$ http localhost:8080/city/Kiev
```
```json
{
"name": "Kiev",
"location": {
"lat": "50.584981",
"lon": "30.235748"
}
}
```
## License
Project released under the terms of the MIT [license][license].