Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazu69/x-gravatar
A Polymer element for Gravatar
https://github.com/kazu69/x-gravatar
Last synced: 19 days ago
JSON representation
A Polymer element for Gravatar
- Host: GitHub
- URL: https://github.com/kazu69/x-gravatar
- Owner: kazu69
- Created: 2014-03-02T13:09:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-02T13:10:10.000Z (over 10 years ago)
- Last Synced: 2024-10-08T06:09:09.610Z (30 days ago)
- Language: CoffeeScript
- Homepage:
- Size: 340 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# <x-gravatar>
This Project is inspired by x-instagram
## Install
[Bower](http://bower.io/)```sh
$ bower install --save x-gravatar
```## Usage
```html
```
## Options
Attribute | Options | Default | Description
--- | --- | --- | ---
`email` | *string* | `` | Required to request Gravatar profile data## Setup
In order to run it locally you'll need a basic server setup.
1. Install [Node.js](http://nodejs.org/download/)
2. Install [Grunt](http://gruntjs.com/):```sh
$ npm install -g grunt-cli
```3. Install local dependencies:
```sh
$ npm install
```4. Run a local server and open `http://0.0.0.0:8000`.
```sh
$ grunt
```