by Manthan Kumbhar | Budding Developer 🌱
I've recently moved to learning how things work in the backend - Express.js, website, and soon python! This blog is about my experience while playing around with API calls, specifically the Github-Discord Integration.
Here's what I planned on doing:
<aside> 🖖 If I push any code to my GitHub repository then an automated message is sent to my Discord channel.
</aside>
Developers never check whether someone has pushed a commit. Either that or they have to go out of their way to keep an eye out on the changes - who, when, what.
Here's where integrations like mine are useful.
I'm hosting it on Netlify because
I've been coding in Javascript so it seemed only natural to use Express.js.