Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lzhudson/newsletter-app-with-nodejs


https://github.com/lzhudson/newsletter-app-with-nodejs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Newsletter APP
But first you will need to create an account on [Mailchimp]([https://mailchimp.com/]), right after setting up a campaign / audience and taking as your API key, as well as the ID of your created campaign / audience.
> Newsletter signup using Node.js/Express and the Mailchimp API. Fill in your [list ID] and your [API Key] in app.js
## Quick Start

```bash
# Install dependencies
npm install
# Serve on localhost:3000
npm start
npm run dev (Nodemon)
```