This Express app is meant as part of any webpage requiring a signup page for newsletters. It sends the signup data to Mailchimp's api and registers it in your mailing list.
- Express
- Node.js
- body-parser
- Nodemon
- Request
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the
npm install
command. - Sign up to Mailchimp and create your own API key and list id
- Start the web server using the
npm start
command. The app will be served at http://localhost:3000/. - Go to http://localhost:3000/ in your browser.