/node-schedule

A cron-like and not-cron-like job scheduler for Node.

Primary LanguageJavaScriptMIT LicenseMIT

node-schedule

NPM version Downloads Build Status Join the chat at https://gitter.im/node-schedule/node-schedule

NPM

Announcement: Node Schedule is looking for add additional collaborators with commit access. If you are actively involved in open source, ping Tejas Manohar (via email, Twitter, etc.) to express interest. Those who already contribute to the project are preferred.

node-schedule is a flexible cron-like and not-cron-like job scheduler for Node.js. It allows you to schedule jobs (arbitrary functions) for execution at specific dates, with optional recurrence rules. It only uses a single timer at any given time (rather than reevaluating upcoming jobs every second/minute).

Read more about the module's core functions on the About page of the wiki.

Usage

Check out our wonderful wiki for usage instructions.

Contributing

This module was originally developed by Matt Patenaude, and is now maintained by Tejas Manohar and other wonderful contributors.

We'd love to get your contributions. Individuals making significant and valuable contributions are given commit-access to the project to contribute as they see fit.

Before jumping in, check out our Contributing page on the wiki!

Copyright and license

Copyright 2015 Matt Patenaude.

Licensed under the [MIT License] license.