21 lines
376 B
Markdown
21 lines
376 B
Markdown
# tlt-gps-replay
|
|
Replay TLT gps.txt files. This is the version available on my website
|
|
|
|
## Usage
|
|
Install express module:
|
|
```
|
|
npm i express
|
|
```
|
|
Run app
|
|
```
|
|
node server.js
|
|
```
|
|
Go to web UI
|
|
```
|
|
http://localhost:3000/
|
|
```
|
|
You can click on a vehicle on the map to see more information about it.
|
|
|
|
## Supplying files
|
|
This version downloads the files itself, and stores up to 7 days.
|