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