Skip to content

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

License

Notifications You must be signed in to change notification settings

guidojw/trello-discord-webhook

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published