| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
An example application utilizing our official node API wrapper. The purpose of the app is to demo setting up the wrapper is a common environment, make some basic API calls against our API, and consume/display the results. This will not necessarilly show an example of every available method or the numerous permutations of each. For that, the developer will be expected to refer to the the API v2 docs and wrapper source to test calls. This, however, should provide a simple framework to kickstart testing.
Unlike our official API wrapper which is generated and thus non-conducive to pull requests, we'll be happy to consider them to:
Just please remember this is intended as a beginner's demo, so please try to keep things organized and K.I.S.S..
Generally, these steps should suffice to install and run the examples contained here.
// set MailChimp API key here
mc = new mcapi.Mailchimp('');
| Back | FazBrowse Home | New Git URL |