This is a project based on Mailchimp email api integration in a Newsletter Signup website.
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.
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
- Get a free API Key at https://mailchimp.com/
- Clone the repo
git clone https://github.com/Samarth-Khatri/Newsletter-Signup.git
- Install NPM packages
npm install
- Enter your API in
config.js
const MY_API_KEY = 'ENTER YOUR API';
For more information on Mailchimp api key and their integration,
please refer to the Documentation_
Samarth Khatri - [email protected]
Project Link: https://github.com/Samarth-Khatri/Newsletter-Signup