DragonUncaged / Email_Newsletter

Newsletter Signup page integrated with mailchimp ’s servers via API calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email_Newsletter

Description

This project utilizes the Mailchimp API and Node.js to facilitate the sending of newsletters via email. The application is built using HTML, CSS, and JavaScript.

Configuration

In the app.js file, update the following variables with your Mailchimp API credentials:

const usServer = "YOUR_SERVER";
const listId = "YOUR_LIST_ID";
const user = "YOUR_USERNAME";
const apiKey = "YOUR_API_KEY";

Installation

To install the necessary dependencies, run the following command in your terminal:

npm i

Usage

Run the application using the following command:

node app.js

Languages Used

HTML CSS JavaScript

Demo

Demo

About

Newsletter Signup page integrated with mailchimp ’s servers via API calls


Languages

Language:HTML 59.7%Language:JavaScript 27.9%Language:CSS 12.4%