This is a Node.js based web app, that will allow you to enable your users to subscribe to newsletter subscriptions, powered by Mailchimp.
Create a .env
file which consists of your mailchimp API Key and your Unique Audience ID
For example
API_KEY="############################-us#" UNIQUE_ID="acb7e#####"
To get all the required packages run
npm install
followed by
npm start
- Express
- Body-Parser
- DotEnv
- Request