Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 692 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 692 Bytes

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

🟢 Prerequisites

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

📦 Getting started

  • Clone this repository to your machine:
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.