A github projects Slack webhook
- Clone this repo using
git clone https://github.com/cezarmal/GithubProjectsSlackIntegration.git - Open the downloaded folder using
cd GithubProjectsSlackIntegration-Server - Run
npm installto install the project dependencies - Add your slack webhook url in the enviroment variables or inside the app.js on line 7
- Start the application using
npm startornode app.js