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
- Host: GitHub
- URL: https://github.com/alestor123/web-cron
- Owner: alestor123
- License: mit
- Created: 2020-11-15T14:27:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-04T07:51:55.000Z (over 5 years ago)
- Last Synced: 2024-04-24T14:29:35.386Z (about 2 years ago)
- Topics: cron, webcron
- Language: JavaScript
- Homepage:
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 ``
# Example
``web-cron 3000 key ``
# Env
## Creating Env
``touch .env``
# Env Example
## Usage
```
KEY=
PORT=
```
## Example
```
KEY= key
PORT=3000
```
# Crud Jobs
WIP
