Skip to content

foobert/gc-map

Repository files navigation

Build Status Greenkeeper badge

Geocaching Map

A website to display geocache information from my query server.

A live example is available.

Developing

  1. Install nodejs
  2. Install dependencies: npm install
  3. Bundle the scripts: npm run build
  4. Copy assets to "dist" directory: npm run dist
  5. go to "dist" directory: cd dist
  6. Serve everything using some webserver, e.g. python -m SimpleHTTPServer ( or python -m http.server ).

For continuous development your probably want to skip step 4 and just run rollup in watch mode: $(npm bin)/rollup -c -w.

The website is a basic SPA written using Mithril. You should probably also be familiar with Leaflet. Data is pulled from my own query server using GraphQL.

PRs are welcome.

License

MIT. See LICENSE.

About

New experimental geocaching map

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •