JSPM

  • Created
  • Published
  • Downloads 2495895
  • Score
    100M100P100Q195056F

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

Package Exports

  • node-schedule

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-schedule) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-schedule NPM version Downloads Build Status

NPM

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

We're committed to a loosely-coupled architecture for node-schedule and would love to get your contributions.

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

Core Team

This module was originally developed by Matt Patenaude, but the new team is as follows:

Tejas Manohar - Maintainer

Santiago Gimeno - Collaborator

Jon Hester - Collaborator

node-schedule is copyright 2011-2015 Matt Patenaude.

Licensed under the [MIT License] license.