An open API service indexing awesome lists of open source software.

https://github.com/alestor123/web-cron

This is a simple code for a web based cron service
https://github.com/alestor123/web-cron

cron webcron

Last synced: about 1 year ago
JSON representation

This is a simple code for a web based cron service

Awesome Lists containing this project

README

          

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 ``

# Example
``web-cron 3000 key ``

# Env

## Creating Env
``touch .env``

# Env Example

## Usage
```
KEY=
PORT=
```
## Example

```
KEY= key
PORT=3000
```

# Crud Jobs
WIP