This is a collection of web applications that go together with emflex prototypes.
This application is used by GPS tracker prototype to show location of the device(s) on the Google Map.
Install prerequisites
npm install
Start Redis DB
redis-server
Run the application
DEBUG=myapp:* npm start
Main page is localhost:3000
To add a new marker the following is used by a device localhost:3000/users?name=Tracker1&lat=39.950712&lng=-75.144815