Node.JS web application for GPS tracking
 
 
 
 
Go to file
Keith Irwin 77985fbc47 Redirecting to '/' is not a 404 (#1 addendum) 2016-05-02 05:31:34 +00:00
config Fixed #1? 2016-05-02 04:59:47 +00:00
static Patched #1 2016-04-28 03:06:34 +00:00
views Quick patches 2016-05-02 05:03:55 +00:00
LICENSE init commit 2016-04-01 01:06:21 +02:00
README.md Added installation instructions 2016-04-28 04:02:13 +00:00
package.json Fixed #1? 2016-05-02 04:59:47 +00:00
server.js Redirecting to '/' is not a 404 (#1 addendum) 2016-05-02 05:31:34 +00:00
test.js init commit 2016-04-01 01:06:21 +02:00

README.md

Tracman

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

Running

$ npm start