Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 502 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 502 Bytes

Newsletter-Sign-Up

simple Node.JS web application that helps users subscribe to your newsletter using Mailchimp API

if you want to use this in your projects you need to initalize npm and install following packages :

  1. express
  2. https
  3. body-parser
  4. dotenv
  5. request

you also need to change enviroment variables in the .env file to actual API_KEY and LIST_ID which you can get by signing up to Mailchimp API

this project is hosted on heroku at : https://polar-thicket-21963.herokuapp.com/