ical-date-parser
v4.0.0
Published
Parse a stringly typed iCal date as a native JS date object.
Downloads
12,037
Readme
ical-date-parser
Parse a stringly typed iCal date as a native JS date object.
Installation
$ npm install ical-date-parser
Usage
import iCalDateParser from 'ical-date-parser';
iCalDateParser('20140422T233000Z');
Development
Install dependencies:
$ npm install
Run the example app at http://localhost:8080:
$ npm run example
Run tests using jest:
$ npm test
Run tests and watch for code changes:
$ npm run test:watch
License
MIT