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

https://github.com/dubniczky/geolocation-api

API to help locating cities given their coordinates or names
https://github.com/dubniczky/geolocation-api

experss geolocation geolocation-api javascript nodejs rest-api yarn

Last synced: 2 months ago
JSON representation

API to help locating cities given their coordinates or names

Awesome Lists containing this project

README

          

# City Geolocation API

API to help locating cities given their coordinates or names

## Usage

### Manual Development

```bash
make
```

### Manual Deployment

Creates a container and runs the production start script.

```bash
make container
make run
```

### Docker-compose

```bash
make compose
```

or in case of daemon service

```bash
make composed
```