A Node.js application using the MailChimp Server API that allows users to Sign-Up on my website
1. npm install express
2. npm install body-parser
3. npm install request
4. npm install https
1. Go to https://mailchimp.com/developer/
2. Create a new account as a developer.
3. Head over to API documentation section and generate API key for you for substituting it in your code.
4. Follow the API Documentation and grab more knowledge!