Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1009 Bytes

File metadata and controls

38 lines (25 loc) · 1009 Bytes

NPM version Build Status Dependency Status

@furkot/export-tomtom-ov2

Generate TomTom OV2 files from Furkot trip data.

Install

$ npm install --save @furkot/export-tomtom-ov2

Usage

import ov2 from '@furkot/export-tomtom-ov2';

for(const buffer of ov2(trip)) {
  // buffer is ArrayBuffer to be streamed/processed
}

License

MIT © code42day