MailChimp NodeJS (Under Development)
MailChimp NodeJS is NodeJS Package allows you to quickly and easily use the MailChimp API v3 via Node.js. Please browse the rest of this README for further detail.
We appreciate your continued support, thank you!
Table of Contents
- Installation
- Quick Start
- Usage
- Use Cases
- Announcements
- Roadmap
- How to Contribute
- Troubleshooting
- About
- License
Installation
Prerequisites
- Node.js version 4, 6 or 7
- The MailChimp service, ready to use (Verified account & has API Key)
Install Package
The following recommended installation requires npm. If you are unfamiliar with npm, see the npm docs. Npm comes installed with Node.js since node version 0.8.x therefore you likely already have it.
npm install --save mailchimp-nodejs
Dependencies
There are some dependencies support this package :
Main Dependencies
Development Dependencies
Quick Start
Usage
Use Cases
Announcements
Roadmap
How to Contribute
Troubleshooting
About
License
MIT License
Copyright (c) 2017 Andhika Maheva Wicaksono
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.