1.1.0 • Published 2 years ago

furkot-import-kml v1.1.0

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

NPM version Build Status

furkot-import-kml

Import KML files into Furkot road trip planner.

Install

$ npm install --save furkot-import-kml

Usage

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

var furkotImportKml = require('furkot-import-kml');
var request = require('getlet');

request('https://example.com/my.kml')
  .pipe(furkotImportKml)
  .on('data', function(trip) {
    console.log(trip);
  });

License

MIT © Damian Krzeminski

1.1.0

2 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago