https://github.com/selmanbaskaya/nodejs-cron-job-examples
https://github.com/selmanbaskaya/nodejs-cron-job-examples
cron-jobs node-cron nodejs
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/selmanbaskaya/nodejs-cron-job-examples
- Owner: selmanbaskaya
- Created: 2023-04-28T12:21:20.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-28T13:30:09.000Z (about 3 years ago)
- Last Synced: 2025-03-01T00:59:33.213Z (about 1 year ago)
- Topics: cron-jobs, node-cron, nodejs
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Project setup
## Install requirements
```
npm install
```
## To see the operation of function schedule for the cron job.
```
node app.js
```
OR
```
npm start
```