https://github.com/msalman81/mailchimp-api
This is a NewsLetter Signup web application created using Node.js, Express, and MailChimp API. This project enabled me to work with API's and request npm module
https://github.com/msalman81/mailchimp-api
api express nodejs npm web webdevelopment
Last synced: about 2 months ago
JSON representation
This is a NewsLetter Signup web application created using Node.js, Express, and MailChimp API. This project enabled me to work with API's and request npm module
- Host: GitHub
- URL: https://github.com/msalman81/mailchimp-api
- Owner: msalman81
- Created: 2019-07-21T20:11:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T23:11:11.000Z (over 3 years ago)
- Last Synced: 2025-01-07T10:13:01.957Z (over 1 year ago)
- Topics: api, express, nodejs, npm, web, webdevelopment
- Language: HTML
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MailChimp-API
This is a project that utilizes the MailChimp API to set up a newsletter signup. The user provides their first and last name and email and signup to the newsletter. The code utilizes the API by providing the options JSON object into the request npm method. The options method contains a URL which basically consists of an audience key that MailChimp provides. The header has a authorization which contains the apikey which is also provided by mailchimp and the body attribute takes in all the data provided by the user such as the first and last name and email. If the signup is a success the success page loads up else the failure page loads up.
How to Run: Download all the files and add your mailchimp audienceID and API key into the environment files. Run "npm i" in the folder to install all npm packages and then run "node app.js" to run the application on localhost:3000.
