This repository has been archived on 2024-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
tracman-server/README.md
2016-05-13 03:20:55 +00:00

30 lines
682 B
Markdown

# Tracman
###### v 0.2.1
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).
## 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)
```
## Running
```sh
$ npm start
```
## What's new
### 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).