bunkat / later

A javascript library for defining recurring schedules and calculating future (or past) occurrences for them. Includes support for using English phrases and Cron schedules. Works in Node and in the browser.
http://bunkat.github.io/later/
MIT License
2.42k stars 245 forks source link

next best scheduled matches for minute scheduling #223 #228

Open yas1th opened 6 years ago

yas1th commented 6 years ago

I have added new function to generate the next best schedules of a cron job for minute scheduling by taking the cron expression and start date as inputs.

niftylettuce commented 4 years ago

Per my work with Bree, I have an updated fork of this package called @breejs/later. See https://github.com/breejs/later if you have additional PR's or issues to file. Contributions welcome to clean it up.