tracman-server/README.md

50 lines
861 B
Markdown
Raw Normal View History

2016-03-31 17:06:21 -06:00
# Tracman
2017-03-05 15:20:00 -07:00
###### v 0.4.5
2016-05-05 16:06:45 -06:00
2016-05-29 15:15:26 -06:00
node.js application to display a map with user's location.
2016-04-27 22:02:13 -06:00
## Installation
2016-05-05 16:06:45 -06:00
```sh
2017-03-05 15:20:00 -07:00
$ git clone https://github.com/Tracman-org/Server.git && (cd Server && exec npm install)
2016-05-05 16:06:45 -06:00
```
2016-04-27 22:02:13 -06:00
## Running
```sh
$ npm start
2016-05-12 21:10:34 -06:00
```
2016-06-14 15:40:09 -06:00
## Changelog
2016-05-12 21:10:34 -06:00
2017-03-05 15:20:00 -07:00
#### v0.4.5
2017-03-14 07:58:56 -06:00
* Updated libraries
* Fixed recognition of attached clients [#34](https://github.com/Tracman-org/Server/issues/21)
* Moved socket.io code to own file.
2017-03-05 15:20:00 -07:00
2016-09-09 20:55:33 -06:00
#### v0.4.3
* Fixed memory store [#21](https://github.com/Tracman-org/Server/issues/21)
2016-09-08 05:26:12 -06:00
#### v0.4.2
* Fixed Streetview covering buttons
* Fixed error when viewing map of nonexistant user
2016-08-09 23:51:49 -06:00
#### v0.4.1
2016-08-10 00:17:37 -06:00
* Users can view/change email address
* Added linked accounts to admin
2016-08-09 23:51:49 -06:00
2016-07-01 19:14:36 -06:00
#### v0.4.0
* Opened registration
* Replaced 'Imperial' with 'Standard'
* Bug fixes
2016-06-14 15:40:09 -06:00
#### v0.3.0
* Unified map and dashboard UI
2016-07-01 19:14:36 -06:00
* Security updates
* New admin UI
*