/nodejs-cron-job

A simple example on how to create and use cron jobs in Node applications

Primary LanguageJavaScript

A simple demo of nodejs cron job

running the project :

clone the repo and cd to the Project Dir.

then install packages with npm install

then start the server with npm run dev

the Cron job is schedule to send mail for every 1st of every month .!