tracman-server/README.md

30 lines
682 B
Markdown
Raw Normal View History

2016-03-31 17:06:21 -06:00
# Tracman
2016-05-13 22:27:53 -06:00
###### v 0.2.2
2016-05-05 16:06:45 -06:00
2016-03-31 17:06:21 -06:00
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).
2016-04-27 22:02:13 -06:00
## Installation
```sh
$ git clone https://github.com/Tracman-org/Server.git
$ cd Server
$ npm install
```
2016-05-05 16:06:45 -06:00
For the lazy linuxman:
```sh
$ git clone https://github.com/Tracman-org/Server.git && (cd server && exec npm install)
```
2016-04-27 22:02:13 -06:00
## Running
```sh
$ npm start
2016-05-12 21:10:34 -06:00
```
## What's new
2016-05-12 21:15:58 -06:00
### v 0.2.0
2016-05-12 21:10:34 -06:00
Now you can track your location in the browser using [watchPosition](https://developer.mozilla.org/en-US/docs/Web/API/Geolocation/watchPosition).