# node-schedule/node-schedule

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/node-schedule-node-schedule).**

9,210 stars · 503 forks · JavaScript · MIT

## Links

- GitHub: https://github.com/node-schedule/node-schedule
- awesome-repositories: https://awesome-repositories.com/repository/node-schedule-node-schedule.md

## Description

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…

## Tags

### Part of an Awesome List

- [Scheduled Tasks](https://awesome-repositories.com/f/awesome-lists/data/scheduled-tasks.md) — Cron-like job scheduler for Node.js.
