Simple Newsletter Website that collects Name and Email Address from the user and uses Mailchimp API to send a POST request to mailchimp server for storing the information.
Deployed Website (on Heroku): https://technica-newsletter.herokuapp.com/
- HTML
- CSS/Bootstrap
- Node.js/Express
- Mailchimp API
Make Changes to API Keys, data Centre and Audience ID. Signup at Mailchimp. Copy your API Keys and Audience List ID. Data Centre is listed in you API key, example mine was us1.
- Run
npm install
- Dependencies are
express body-parser request
- Now run on Local Host use
node app.js
The Repo is open to Contribution for making is more better in terms of design, functionality. Since I was learning Node.js/Express and use if API's so I kept is simple.
😃 Feel free to Reach out to me! Pranshu Kashyap
This project is licensed under the MIT License.
Copyright (c) 2021 Pranshu Kashyap
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- The Complete 2021 Web Development Bootcamp by Angela Yu