Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsega/meteor-mailchimp
A OAuth2 wrapper for the MailChimp API
https://github.com/tsega/meteor-mailchimp
Last synced: about 1 month ago
JSON representation
A OAuth2 wrapper for the MailChimp API
- Host: GitHub
- URL: https://github.com/tsega/meteor-mailchimp
- Owner: tsega
- Created: 2015-03-21T11:40:50.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T06:18:28.000Z (almost 10 years ago)
- Last Synced: 2023-08-09T23:28:19.946Z (over 1 year ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# meteor-mailchimp
Forked from https://github.com/DiyahM/meteor-accounts-mailchimpA OAuth2 wrapper for the Mailchimp API
## Installation
* Usually used along side `accounts-ui`, so first install that package: `meteor add accounts-ui`
* Then install the `mailchimp` package, `meteor add tsega:mailchimp`## Usage
Creates a new function `Meteor.loginWithMailchimp(options, callback)`
Required by `tsega:accounts-mailchimp`