An open API service indexing awesome lists of open source software.

https://github.com/tarunbatra/vehicle-state


https://github.com/tarunbatra/vehicle-state

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Vehicle State

The records vehicle state like total distance travelled and the duration using waypoints supplied. It also keeps track of distance and duration for which the vehicle was speeding.

## Sample run
```
npm start
```
To see different results, try changing the file [`waypoints.json`](./waypoints.json).
## Test
```
npm t
```
It uses `tap` as testing framework.