Webhook receiver API for Trello Bot Used to receive webhooks FROM Trello.
- 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
- Once you run the install command, you can start the program with
npm start