Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/giggls/opencampsitemap
Open Camping Map (an Openstreetmap based map of the camp-sites of the world)
https://github.com/giggls/opencampsitemap
Last synced: 2 months ago
JSON representation
Open Camping Map (an Openstreetmap based map of the camp-sites of the world)
- Host: GitHub
- URL: https://github.com/giggls/opencampsitemap
- Owner: giggls
- License: other
- Created: 2019-01-21T16:49:33.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T18:16:53.000Z (4 months ago)
- Last Synced: 2024-09-13T05:38:34.485Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 718 KB
- Stars: 29
- Watchers: 8
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README-dev.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Development notes
For development on any Linux machine run the following:
mitmdump --listen-port 8080 --mode reverse:https://opencampingmap.org
./nodejs-campmap.js -u http://127.0.0.1:8080/getcampsites -d http://127.0.0.1:8080/getimportdateThen point your Browser to http://localhost:54445/
This will use the database from https://opencampingmap.org while running the
client-code on your own machine.