[![NPM version][npm-image]][npm-url]
[![Build Status][build-image]][build-url]
[![Dependency Status][deps-image]][deps-url]

# @furkot/export-tomtom-ov2

Generate TomTom OV2 files from [Furkot] trip data.

## Install

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

## Usage

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

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

## License

MIT © [code42day](https://code42day.com)

[Furkot]: https://trips.furkot.com

[npm-image]: https://img.shields.io/npm/v/@furkot/export-tomtom-ov2
[npm-url]: https://npmjs.org/package/@furkot/export-tomtom-ov2

[build-image]: https://img.shields.io/github/actions/workflow/status/furkot/export-tomtom-ov2/check.yaml?branch=main
[build-url]: https://github.com/furkot/export-tomtom-ov2/actions/workflows/check.yaml

[deps-image]: https://img.shields.io/librariesio/release/npm/@furkot/export-tomtom-ov2
[deps-url]: https://libraries.io/npm/@furkot%2Fexport-tomtom-ov2
