DEV Community

Discussion on: How to create a Task Scheduler in NodeJS

Collapse
 
daveskull81 profile image
dAVE Inden

Great post. It is a nice example of getting a scheduled app up and running. I especially like the link out to the crontabguru resource. That will be very helpful in understandingand those statements for this and other cron jobs. I also like the use of esm. I have been meaning to bring that into some of my projects to be abel to use import and export statements.