@furkot/export-kml

Generate KML file from Furkot trip data.


Keywords
furkot-kml, furkot, roadtrip, export, planner, KML
License
MIT
Install
npm install @furkot/export-kml@4.0.1

Documentation

NPM version Build Status Dependency Status

@furkot/export-kml

Generate KML file from Furkot trip data.

Install

$ npm install --save @furkot/export-kml

Usage

const exportKml = require('@furkot/export-kml');

// data is a generator/iterable
const data = kml(trip); 

License

MIT © code42day