/nearby

Single page tracking app built with web sockets and google maps.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

nearby

screenshot

nearby is a simple single-page app which uses HTML5 geolocation to track users and render them as markers on a google maps front-end.

Installation

Clone with git(1):

$ git clone https://github.com/bodokaiser/nearby

Install dependencies with npm(1):

$ cd nearby && npm install

And call lib/index.js with node(1) or:

$ npm start