Skip to content

trello-talk/WebhookAPI

Repository files navigation

Taco WebhookAPI

The API to recieve webhook requests from Trello.

Prerequisites

Installation

  • Clone the repo
  • Copy and paste .env.example to .env and fill in variables.
    • API_PORT needs to be an open port that can recieve incoming requests.
  • npm i -g yarn
  • yarn install

Usage

In a development environment: Run yarn dev In a production environment: Run yarn build, then NODE_ENV=production yarn start Using PM2 in a production environment: Run yarn build, then pm2 start pm2.json --env production

Useful Links