sbrichardson / accounts-xero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xero oAuth Flow for Meteor

This package allows oAuth via the Xero API

Xero - Beautiful accounting software

Latest Version: 0.1.0

Install

To install in a new project:

> mrt add accounts-ui
> mrt add accounts-xero

Then include in your Handlebars template:

{{loginButtons align="right"}}

###TO DO / Contributions

Contributions are welcome. TO DO:

Unlike the oAuth services upon which this is based (twitter and fitbit), The Xero API does not return the current user. The servideData (see https://github.com/axwaxw/xero ) is currently hard-coded and it would be better to retun e.g. the organisation name / id

###API Calls

An API package for Xero is under development here: https://github.com/axwaxw/xero-api

Credits

Based on wbartley's accounts-fitbit

About


Languages

Language:JavaScript 97.7%Language:CSS 2.3%