Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 890 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 890 Bytes

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