Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```