Ability to track location from browser

master
Keith Irwin 2016-05-13 03:10:34 +00:00
parent cd0e8cefe4
commit e80c4cadff
No known key found for this signature in database
GPG Key ID: 77A9E9D5A51A7431
2 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# Tracman
###### v 0.1.4
###### v 0.2.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).
@ -21,4 +21,10 @@ $ git clone https://github.com/Tracman-org/Server.git && (cd server && exec npm
```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).

View File

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