Monitor releases from GitHub and output them to a chat client like Discord
- Discord
- Node.js
- Select a GitHub repository with releases you would like to monitor
- Create Discord webhook
- You will need the webhook id and token
git clonethis repocd your_project_pathand install dependencies usingnpm ioryarn- Create
.env.localat the project root- use
.env.exampleas a guide
- use
npm startoryarn start
npm start:foreveroryarn start:forever