Skip to content
This repository has been archived by the owner on Aug 5, 2021. It is now read-only.

trello-talk/TrelloWebhookAPI

Repository files navigation

TrelloWebhookAPI

Webhook receiver API for Trello Bot Used to receive webhooks FROM Trello.

Requirements

Installation

  • Clone the repo
  • Rename the _config.js to config.js and edit it to your liking.
  • Be sure to fill in the details for the Redis and Rethink databases.
  • The recv_port needs to be publically exposed, if behind a firewall, ensure that the port is forwarded!
  • Finally, run npm install

Usage

  • Once you run the install command, you can start the program with npm start