by Manthan Kumbhar | Budding Developer 🌱

From frontend to backend 👨‍🎤

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>

How my API call fits IRL 💻

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.

Functional requirements 🗒️

Engineering Design 🎨

Hosting 📤

I'm hosting it on Netlify because

Languages and framework ✍️

I've been coding in Javascript so it seemed only natural to use Express.js.