Generate client-side gravatars. Testing page.
$ component install learnboost/gravatar-component
Most API calls take an option used to configure the url.
Options are the query string parameters described in the gravatar documentation
url or {404,mm,identicon,monsterid,wavatar,retro,blank}g,pg,r,x}Return the gravatar image url for an email
Creates an avatar <img> element
Looks up a profile
Shortcut that calls .profile to get a username from an email.
maketest/index.html fileMIT