An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[license]: ./LICENSE
[goreport]: https://goreportcard.com/report/github.com/shal/ua-cities

[![Go Report Card](https://goreportcard.com/badge/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].