Skip to content

Latest commit

 

History

60 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

import furkotImportGpx from '@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

About

Import GPX into Furkot

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages