Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimjamdev/world-places
https://github.com/jimjamdev/world-places
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jimjamdev/world-places
- Owner: jimjamdev
- Created: 2020-07-04T14:15:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T01:44:29.000Z (about 2 years ago)
- Last Synced: 2024-04-15T22:34:39.095Z (9 months ago)
- Language: JavaScript
- Size: 44.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
World Places
## DescriptionAn open-source editable data app for all the world countries, cities and towns including latitude and longitude coords.
## Installation
```bash
$ npm install
```
```bash
$ docker-compose up -d
```
```bash
$ npm start
```## Running
```text
Go to localhost:4000
```
```text
Click the import button to import the latest data
```
```text
Browse the data, search, make changes
```
```text
Once finished, click the export button and everything will be exported to /data
```
```text
Please do a commit and pull request so everyone else get's access to correct country information.
```
## SupportShout me up on GitHub if you'd like to contribute.
## Stay in touch
- Author - [Ian Jamieson](https://github.com/jimmyjamieson/)
- Website - [http://world-places.com](http://world-places.com/)## License
World Places is [MIT licensed](LICENSE).