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
- Host: GitHub
- URL: https://github.com/dubniczky/geolocation-api
- Owner: dubniczky
- License: gpl-3.0
- Created: 2022-11-13T22:19:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T22:20:20.000Z (over 3 years ago)
- Last Synced: 2025-08-10T22:25:56.845Z (11 months ago)
- Topics: experss, geolocation, geolocation-api, javascript, nodejs, rest-api, yarn
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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
```