v0.1.2 update

master
Keith Irwin 2016-05-05 22:06:45 +00:00
parent 770a85d83f
commit 92bfce8bc9
2 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# Tracman
###### v 0.1.2
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).
@ -10,6 +12,11 @@ $ cd Server
$ npm install
```
For the lazy linuxman:
```sh
$ git clone https://github.com/Tracman-org/Server.git && (cd server && exec npm install)
```
## Running
```sh

View File

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