Maintained fork of later. Determine later (or previous) occurrences of recurring schedules
npm install @breejs/later






> This project is a maintained fork of Later, as I needed it to be maintained and modernized for [Bree][]. Later is a library for describing recurring schedules and calculating their future occurrences. It supports a very flexible schedule definition including support for composite schedules and schedule exceptions. Create new schedules manually, via Cron expression, via text expressions, or using a fully chainable API.
* Features
* Documentation
* Install
* Usage
* Node
* Browser
* Contributors
* License
Types of schedules supported by Later:
* Run a report on the last day of every month at 12 AM except in December
* Install patches on the 2nd Tuesday of every month at 4 AM
* Gather CPU metrics every 10 mins Mon - Fri and every 30 mins Sat - Sun
* Send out a scary e-mail at 13:13:13 every Friday the 13th
See
[npm][]:
``sh`
npm install @breejs/later
`js
const later = require('@breejs/later');
console.log(later);
`
#### VanillaJS
This is the solution for you if you're just using
``
#### Bundler
Assuming you are using [browserify][], [webpack][], [rollup][], or another bundler, you can simply follow Node usage above.
| Name | Website |
| ---------------- | -------------------------- |
| BunKat | |
| Nick Baugh |
| yrambler2001 |
MIT © BunKat
##
[npm]: https://www.npmjs.com/
[browserify]: https://github.com/browserify/browserify
[webpack]: https://github.com/webpack/webpack
[rollup]: https://github.com/rollup/rollup
[bree]: https://github.com/breejs/bree