cronEvalLogger
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
import { cronEvalLogger } from "https://esm.town/v/neverstew/cronEvalLogger";
const yourCron = async (interval: Interval) => {
console.log("your code goes here");
};
export default cronEvalLogger(yourCron);