priezz / meteor-evernote

1 stars 1 forks source link

meteor-evernote

A meteor package for Evernote 0auth flow. Meteor Accounts and connect-with compatible.

Package Dependencies

Install

meteor add priezz:evernote

Use

See npm package description for methods and examples.

Use priezz:accounts-evernote packageto login using standard Meteor packages.

To work with mondora:connect-with package use:

// The user must be already logged in with some other service
if (Meteor.user()) {
    Meteor.connectWith(Evernote);
}

The customary oauth popup will open and the user will be prompted to login to Evernote. When the popup closes, the Evernote service will both connected to the user account together with previously connected services.