Web Cron This is a simple code for a web based cron service Documentation Quick use npx web-cron Installation npm i web-cron -g Usage web-cron <port number> <key> Example web-cron 3000 key Env Creating Env touch .env Env Example Usage KEY=<Key> PORT=<Port> Example KEY= key PORT=3000