0.0.1 • Published 6 years ago

@naxxfish/whereis v0.0.1

Weekly downloads
1
License
CC-BY-NC-4.0
Repository
github
Last release
6 years ago

🗺 whereis ?

Build Status

Sometimes, you just want some people to know where you are ...

What does it do?

If you have ownTracks set up on your phone, connected to a MQTT broker - this application will display a web page which, when you have the copy option turned on, it will display a google map showing your location. When copy mode is turned off, it will show something else.

Configuration

Before running, you'll need to create a config.json file in the config/ directory, use example-config.json as a starting point.

Here is a description of the options.

mqtt

  • uri - a mqtt uri
  • username and password - the username and password to use to connect to the broker'
  • topic - the topic to subscribe to for updates, this is usually owntracks/<username>/<device ID> as configured in owntracks.

google

License