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

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.

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