2.0.0 • Published 3 years ago
@furkot/export-tomtom-ov2 v2.0.0
@furkot/export-tomtom-ov2
Generate TomTom OV2 files from Furkot trip data.
Install
$ npm install --save @furkot/export-tomtom-ov2
Usage
const ov2 = require('@furkot/export-tomtom-ov2');
for(const buffer of ov2(trip)) {
// buffer is ArrayBuffer to be streamed/processed
}
License
MIT © code42day
2.0.0
3 years ago