@furkot/export-gpx
Version:
Generate GPX files from Furkot trip data.
36 lines (23 loc) • 878 B
Markdown
[![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
import furkotGpx from '@furkot/export-gpx';
furkotGpx(tripData);
```
## 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