/trello-discord-webhook

Server that listens to actions on a Trello webhook and sends these as embed to a Discord webhook. Inspired by GitHub Discord webhooks.

Primary LanguageTypeScriptMIT LicenseMIT

trello-discord-webhook

Discord

Prerequisites

Installation

  1. Install the dependencies with yarn install or npm install.
  2. Copy the .env.example to .env and update the fields to reflect your environment

Usage

  • To compile the TypeScript source to .js files, run yarn build or npm run build.
  • To start the server, run yarn start or npm start.
  • The project is now accessible http://localhost:3000.