1.0.0 • Published 4 years ago

record-flixbus-movement v1.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

record-flixbus-movement

Command-line tool to record the movement of a Flixbus coach using the on-board WiFi.

npm version ISC-licensed chat with me on Gitter support me on Patreon

Installation

npm install -g record-flixbus-movement

Or just use npx:

npx record-flixbus-movement >file.ndjson

Usage

Usage:
    record-flixbus-movement >file.ndjson

The JSON format matches record-tgv-movement where possible:

{
	"latitude": 52.704891,
	"longitude": 13.064141,
	"altitude": 53.9,
	"speed": 66,
	"cmg": "276.01",
	"nrOfSatellites": 9,
	"mode": "3",
}

Related

Contributing

If you have a question or have difficulties using record-flixbus-movement, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.