1.1.0 • Published 4 years ago

furkot-import-kml v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago