Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 882 Bytes

Readme.md

File metadata and controls

36 lines (23 loc) · 882 Bytes

NPM version Build Status Dependency Status

@furkot/export-ical

Generate iCalendar file from Furkot trip data.

Install

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

Usage

var ical = require('@furkot/export-ical');

ical(trip);

License

MIT © code42day