@furkot/export-ical
Version:
Generate iCalendar file from Furkot trip data.
37 lines (23 loc) • 879 B
Markdown
[![NPM version][npm-image]][npm-url]
[![Build Status][build-image]][build-url]
[![Dependency Status][deps-image]][deps-url]
# @furkot/export-ical
Generate iCalendar file from [Furkot] trip data.
## Install
```sh
$ npm install --save @furkot/export-ical
```
## Usage
```js
import ical from '@furkot/export-ical';
ical(trip);
```
## License
MIT © [code42day](https://code42day.com)
[Furkot]: https://trips.furkot.com
[npm-image]: https://img.shields.io/npm/v/@furkot/export-ical
[npm-url]: https://npmjs.org/package/@furkot/export-ical
[build-image]: https://img.shields.io/github/actions/workflow/status/furkot/export-ical/check.yaml?branch=main
[build-url]: https://github.com/furkot/export-ical/actions/workflows/check.yaml
[deps-image]: https://img.shields.io/librariesio/release/npm/@furkot/export-ical
[deps-url]: https://libraries.io/npm/@furkot%2Fexport-ical