/Newsletter-Signup

This is a Node.js based web app, that will allow you to enable your users to subscribe to newsletter subscriptions, powered by Mailchimp.

Primary LanguageHTML

Newsletter Signup

This is a Node.js based web app, that will allow you to enable your users to subscribe to newsletter subscriptions, powered by Mailchimp.

Configuration & Setup

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

Dependencies

  • Express
  • Body-Parser
  • DotEnv
  • Request
Made with ♥ by ishandeveloper

forthebadge