Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzhudson/newsletter-app-with-nodejs
https://github.com/lzhudson/newsletter-app-with-nodejs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lzhudson/newsletter-app-with-nodejs
- Owner: lzhudson
- Created: 2020-03-06T19:57:09.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T04:28:17.000Z (about 2 years ago)
- Last Synced: 2024-04-23T10:00:40.181Z (8 months ago)
- Language: HTML
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
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)
```