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

# @furkot/export-gpx

Generate GPX files from [Furkot] trip data.

## Install

```sh
$ npm install --save @furkot/export-gpx
```

## Usage

```js
var furkotGpx = require('@furkot/export-gpx');
```

## License

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

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

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

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

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