Quick Tips: Webhooks - Connect Github & Discord - Custom Messages with Node.js/Express Middleware

Опубликовано: 10 Октябрь 2024
на канале: HTMLFiveDev
103
4

In this video, I show how to create Webhooks in Github & and in Discord and then connect both services using those Webhooks. I also show how to build a middleware using Node.js, Express, Dotenv, and Axios. That middleware is used to sit in the middle between Github and Discord and send custom data from one service to another.

Locally built services or apps normally cannot be used until they're deployed. But in this video, I use a locally run Node.js/Express-based service globally using another free service called Ngrok.