1.0.1 • Published 5 years ago

next-critical-mass-berlin-dates v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

next-critical-mass-berlin-dates

Compute dates of the next Critical Mass Berlin events.

npm version build status ISC-licensed chat with me on Gitter support me on Patreon

Installation

npm install next-critical-mass-berlin-dates

Usage

const computeNextCriticalMassDates = require('next-critical-mass-berlin-dates')

const nextCriticalMassDates = computeNextCriticalMassDates()

console.log(nextCriticalMassDates.next().value) // 1553886000000
console.log(nextCriticalMassDates.next().value) // 1556301600000
console.log(nextCriticalMassDates.next().value) // 1559325600000

computeNextCriticalMassDates is a generator function.

Contributing

If you have a question or need support using next-critical-mass-berlin-dates, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.