1.1.0 • Published 7 years ago

day-schedule v1.1.0

Weekly downloads
7
License
GPL-3.0
Repository
github
Last release
7 years ago

Day Schedule

A Day Scheduler that executes a function (or a series of functions) during the day(s).

You can configure the start Day, start/end hour of the day, the number of times per day to execute the function (or the series of functions sequentially), and the number of days. The first execution is random, then all the others are executed after a fixed amount of minutes calculated from the parameter number of times per day.

Install

$ npm install day-schedule --save

Examples

Take a look at Basic Examples