https://github.com/insertish/task-runner
Webhook and interval triggered flow runner.
https://github.com/insertish/task-runner
Last synced: 4 months ago
JSON representation
Webhook and interval triggered flow runner.
- Host: GitHub
- URL: https://github.com/insertish/task-runner
- Owner: insertish
- Created: 2022-10-16T09:11:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T10:07:11.000Z (over 2 years ago)
- Last Synced: 2025-01-01T22:41:00.243Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task Runner
All-in-one webhook and cron triggered flow runner.
## Setup
Clone the repository:
```git
git clone https://github.com/insertish/task-runner
cd task-runner
```Setup repository:
```git
yarn
touch .env
```You can now start making flows and triggers!
## Run
Run the server application:
```
node index.mjs
```It is now accessible at http://localhost:10680