Wherewolf fork of mailchimp-api - reduce impact of singleton when using multiple API keys
npm install mailchimp-api-wherewolfOverview
=============================================
A fork of the NodeJS API client for v2 of the MailChimp API.
Original mailchimp-api is a singleton that will cause API keys to be considered invalid if the datacenter (eg '-us7' suffix) is not the same.
###Usage
This can be installed via npm package using:
````
$ npm install mailchimp-api-wherewolf
---