/ember-cli-gravatar

An Ember component for gravatar image tags. Integrates with ember-cli.

Primary LanguageJavaScriptMIT LicenseMIT

Gravatar Image Tag

An ember-cli addon for a gravatar image component.

Installation

First, you must install md5 with bower:

$ bower install --save JavaScript-MD5

Then, install ember-cli-gravatar:

$ npm install --save ember-cli-gravatar

Usage

{{gravatar-image email='johnotander@gmail.com' alt='John Otander gravatar' size="250"}}

License

MIT

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Crafted with <3 by John Otander.