Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chihchengliang/meteor-accounts-amazon

A login service for Amazon.
https://github.com/chihchengliang/meteor-accounts-amazon

Last synced: 3 months ago
JSON representation

A login service for Amazon.

Awesome Lists containing this project

README

        

# meteor-accounts-amazon
[![Build Status](https://travis-ci.org/ChihChengLiang/meteor-accounts-amazon.svg)](https://travis-ci.org/ChihChengLiang/meteor-accounts-amazon)
A Meteor login service for Amazon.

Usage:

```
meteor add accounts-ui
meteor add liangcc:meteor-accounts-amazon
```

In your html file, place a `{{> loginButtons }}`. For a jade lover, place a `+loginButtons` instead.

Annnnnnnnnnd...... You are in business now! Be a happy meteorist!