This is a website to sign up for my newsletter. While making this, I learnt about APIs.
You may view the website here: https://sore-pear-cormorant-sock.cyclic.app/
Required Modules: This project uses node.js. Make sure to initialize your file using npm init
- express:
npm install express
- body-parser:
npm install body-parser
- request:
npm install request