I'm trying to implement a cron job scheduler in my node api. When i went over search i see there are two modules. node-cron and cron. With reference to the below question, it adds to my confusion, as the user has node-cron installed on his machine whereas in his code he imports cron module.
When i search npmjs for module i see two different modules
Node-cron and cron modules in npm
Not sure if i'm completely misunderstanding the concept or what.
Please suggest.!