An open API service indexing awesome lists of open source software.

https://github.com/betterstack-community/cron-scheduled-tasks


https://github.com/betterstack-community/cron-scheduled-tasks

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Scheduled Tasks with Node-cron

Learn the basics of scheduling tasks in Node.js with Node-cron.

**Tutorial**: [Job Scheduling in Node.js with Node-cron](https://betterstack.com/community/guides/scaling-nodejs/node-cron-scheduled-tasks/)

## 🟢 Prerequisites

Ensure you have Node.js and npm installed on your machine.

## 📦 Getting started

- Clone this repository to your machine:

```bash
git clone https://github.com/betterstack-community/cron-scheduled-tasks
```

- `cd` into the project folder and run `npm install` to download dependencies.

## âš– License

The code used in this project and in the linked tutorial are licensed under the [Apache License, Version 2.0](LICENSE).