3.2.0 • Published 7 years ago

calendar-json v3.2.0

Weekly downloads
7
License
ISC
Repository
github
Last release
7 years ago

calendar-json

JSON calendar for Node

Requires access to the crypto library for its' randomBytes function.

Current plans are to allow for a custom UID function provided by the user to allow generation of UIDs instead.

Usage:

const path = require('path');
const Calendar = require('calendar-json');
const calendar = new Calendar(path.join(__dirname, 'cal'))

ES7:

import path from 'path'
import Calendar from 'calendar-json'
let calendar = new Calendar(path.join(__dirname, 'cal'))

Both of the above are functionally the same, with the exception of node and/or V8 versions.

See tests/test.js for more tests.

3.2.0

7 years ago

3.1.0

7 years ago

3.0.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.0.0

7 years ago