Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# meteor-mailchimp
Forked from https://github.com/DiyahM/meteor-accounts-mailchimp

A 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`