https://github.com/betterstack-community/cron-scheduled-tasks
https://github.com/betterstack-community/cron-scheduled-tasks
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/betterstack-community/cron-scheduled-tasks
- Owner: betterstack-community
- License: apache-2.0
- Created: 2024-06-23T12:05:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T10:04:42.000Z (almost 2 years ago)
- Last Synced: 2025-03-03T11:17:12.333Z (about 1 year ago)
- Language: JavaScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).