Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chihchengliang/meteor-accounts-amazon
- Owner: ChihChengLiang
- License: mit
- Created: 2014-12-20T05:44:29.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-15T06:45:57.000Z (over 8 years ago)
- Last Synced: 2024-10-04T17:27:50.794Z (3 months ago)
- Language: JavaScript
- Homepage: https://atmospherejs.com/liangcc/meteor-accounts-amazon
- Size: 10.7 KB
- Stars: 10
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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!