nodejs-scheduler Example More examples in https://github.com/weedz/nodejs-scheduler/blob/master/example.js import schedule, { msUntilFullMinute } from "@weedzcokie/scheduler"; schedule("task", () => { console.log("Hello, world!); }, msUntilFullMinute);