master
Keith Irwin 2016-05-29 21:15:26 +00:00
parent d78ec0d23b
commit 4c9c29f816
No known key found for this signature in database
GPG Key ID: 77A9E9D5A51A7431
2 changed files with 5 additions and 16 deletions

View File

@ -1,18 +1,9 @@
# Tracman
###### v 0.2.2
###### v 0.3.0
node.js application to display a map with user's location. Live at [tracman.org](https://tracman.org/).
The github for the associated android app is [Tracman-org/Android](https://github.com/tracman-org/android).
node.js application to display a map with user's location.
## Installation
```sh
$ git clone https://github.com/Tracman-org/Server.git
$ cd Server
$ npm install
```
For the lazy linuxman:
```sh
$ git clone https://github.com/Tracman-org/Server.git && (cd server && exec npm install)
```
@ -23,8 +14,6 @@ $ git clone https://github.com/Tracman-org/Server.git && (cd server && exec npm
$ npm start
```
## What's new
## What's new in 3.0
### v 0.2.0
Now you can track your location in the browser using [watchPosition](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/watchPosition).
Unified map and dashboard UI

View File

@ -1,6 +1,6 @@
{
"name": "tracman",
"version": "0.2.2",
"version": "3.0.0",
"description": "Tracks user's GPS location",
"main": "server.js",
"dependencies": {