This project demonstrates how to build a simple geolocation tracking web application with Beebotte.
- public/track.html uses GeoLocation API to watch the device Location and publish it to Beebotte.
- public/monitor.html listens to published Geo location and shows it on a Google Map.
- Fork this github repository
- run:
npm install
- replace apiKey and secretKey with those of your account in app.js, public/monitor.html, and, public/track.html
- run:
node app.js
- Open your favourite browser and navigate to localhost:8080/track.html
- Open localhost:8080/monitor.html is a separate tab to show the location
Copyright 2017 Beebotte.