Skip to content

tempbottle/node-schedule

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-schedule

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

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

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%