tracman-server/README.md

682 B

Tracman

v 0.2.2

node.js application to display a map with user's location. Live at tracman.org. The github for the associated android app is Tracman-org/Android.

Installation

$ git clone https://github.com/Tracman-org/Server.git
$ cd Server
$ npm install

For the lazy linuxman:

$ git clone https://github.com/Tracman-org/Server.git && (cd server && exec npm install)

Running

$ npm start

What's new

v 0.2.0

Now you can track your location in the browser using watchPosition.