/Newsletter-Signup

A Newsletter Signup demo website.

Primary LanguageHTML

Newsletter-Signup

About

This is a project based on Mailchimp email api integration in a Newsletter Signup website.

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • npm
    npm install npm@latest -g

Installation

  1. Get a free API Key at https://mailchimp.com/
  2. Clone the repo
    git clone https://github.com/Samarth-Khatri/Newsletter-Signup.git
  3. Install NPM packages
    npm install
  4. Enter your API in config.js
    const MY_API_KEY = 'ENTER YOUR API';

(back to top)

Usage

For more information on Mailchimp api key and their integration,

please refer to the Documentation_

(back to top)

Contact

Samarth Khatri - samarth.khatri0000@gmail.com

Project Link: https://github.com/Samarth-Khatri/Newsletter-Signup

(back to top)