Hey Fellas ! Need your attention. There are issues with the backend code for this Newsletter subscription app while I'm trying to post the the data to the MailChimp's server. Try figuring out the issue with the code by running the code using hyper (command-line) locally on port 3000 (was set default). Note : If you've no account in mailchimp, go ahead and create one. Sign-in to your account and read the documentation if you've no idea about its API instructions, or the semantics to post the data to its servers. You may create your own API key and list ID(audience ID). Backend developers gear-up and figure out the issue. #hacktoberfest #Node.js #JS #HTML #CSS
- Don't use unethical or unrelated words and welcome to all the developers/contributors willing to contribute here.
- Pull requests can be submitted to any opted-in repository on GitHub.
- The pull request must contain commits you made yourself.
- If a maintainer reports your pull request as spam, it will not be counted toward your participation in Hacktoberfest.
- If a maintainer reports behavior that’s not in line with the project’s code of conduct, you will be ineligible to participate.
- Try cloning the repo and resolve the issue before commiting changes.
- After you think the program is good to go. Make pull/merge requests.
Please ensure your pull request adheres to the following guidelines:
- Start the Name with a capital.
- Check your spelling and grammar.
Steps to be followed:
- Fork this repo
- Edit
CONTRIBUTERS.md
file - Add your Name also link your github profile
- Make pull request (Make atleast of 2 PRs)
-You may face the issue while you try to post the data to the server (mailchimp here).
-The API key that has been inluded in the code file may not work, it could be unauthorized access if you try with it. -Instead Create your own API key while resolving the issue locally after cloning the project. -After the issue has been resolved, you can remove the API keys and your auth in the code, leave it blank and make pull-request.