Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

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/getimportdate

Then 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.