3.0.0 • Published 2 years ago

@furkot/import-gpx v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

NPM version Build Status Dependency Status

@furkot/import-gpx

Import GPX for Furkot

Install

$ npm install --save @furkot/import-gpx

Usage

Use as a transform stream: pipe network responses, files etc. and listen on data event.

const furkotImportGpx = require('@furkot/import-gpx');
const { body } = await fetch('https://example.com/my.gpx');
const from = body.pipeThrough(new TextDecoderStream());
const trip = await furkotImportGpx(from);

console.log(trip);

License

MIT © Damian Krzeminski