node-task-scheduler
A Task scheduler for node.js, with cron-syntax, specific execution intervals and due dates.
Instalation
npm install --save node-task-scheduler
Example usage
var nts=; var scheduler = nts; globalscheduler = scheduler; //available to entire application //starting previous taskstsstart{ console; taskNames;}; ... //adding task, to be executed each minute, until endDatescheduler; ... //removing the taskscheduler;
Wiki
Yes, we have a wiki! Click here for details.