Listener for Linear App new issue events connected to Discord.
This is a simple express server utilizing Linear's built in webhook usage to monitor for new issue events and send alerts to the connected Discord webhook.
You will need to put your own Discord webhook into the configuration file. For deployment, setup a Heroku account and follow this simple tutorial.
- Discord's Webhook Docs - How to make webhooks
- Linear's Webhook Docs - How to create a webhook connection
- Github's Webhook Guide - Learn about webhooks
- Heroku - Recommended deployment solution
- Heroku Deployment Tutorial - Learn how to use it
- Node.js - JavaScript runtime environment
- NPM - Node package manager
- Express - Web framework
- Webhook Discord - Easy hook sending
This project is licensed under the MIT License - see the LICENSE file for details