Node.JS web application for GPS tracking
 
 
 
 
Go to file
Keith Irwin da887986c6 Merge pull request #17 from Tracman-org/v0.2.0
V0.2.0
2016-05-12 23:14:30 -04:00
config Ability to track location from browser 2016-05-13 02:43:01 +00:00
static Ability to track location from browser 2016-05-13 02:43:01 +00:00
views Ability to track location from browser 2016-05-13 02:43:01 +00:00
LICENSE init commit 2016-04-01 01:06:21 +02:00
README.md Ability to track location from browser 2016-05-13 03:10:34 +00:00
package.json Ability to track location from browser 2016-05-13 03:10:34 +00:00
server.js New production/development variable in secrets.js 2016-05-02 06:03:21 +00:00
test.js init commit 2016-04-01 01:06:21 +02:00

README.md

Tracman

v 0.2.0

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.