plotloc is a web app that allows users to plot their location with everyone else.
uses mapbox and google geolocation
See it live at plotloc.io.
Run the following commands
npm install
node server.js
to install all the necessary dependencies into the node_modules
directory and launch the server.
Then navigate to https://localhost
in your browser.
- react/angular for frontend
- es6!!
The app won't run without SSL enabled, so generate your privkey.pem
and fullchain.pem
using this guide.