What is node-schedule?
"A cron-like and not-cron-like job scheduler for Node."
node-schedule is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 34.1 KB on disk.
Installation Guide
# Install via NPM
npm install node-schedule
# Install via Yarn
yarn add node-schedule