Skip to content

This is a simple code for a web based cron service

License

Notifications You must be signed in to change notification settings

alestor123/WEB-CRON

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Cron

views

views

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

Crud Jobs

WIP