Very minimal service to keep people up to date on where you are.
This project was put together quickly before I left for a bicycle tour where I'd have intermittent cell service, but wanted to keep my family up to date on my location and state of alive-ness.
- Have redis-server running.
- Set up Google OAuth.
- Use the client id and client secret in the config.
$ npm install
$ mv example.env .env
$ $EDITOR .env # populate with your own values
$ node server.js
Update your location by going to /here
.
AGPL-3.0