Socket
Book a DemoInstallSign in
Socket

gravatar-component

Package Overview
Dependencies
Maintainers
3
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gravatar-component

Simple browser implementation of the Gravatar API

latest
Source
npmnpm
Version
1.1.1
Version published
Maintainers
3
Created
Source

gravatar

Generate client-side gravatars. Testing page.

Installation

$ component install learnboost/gravatar-component

API

options

Most API calls take an option used to configure the url.

Options are the query string parameters described in the gravatar documentation

  • s - size
  • d - default image url or {404,mm,identicon,monsterid,wavatar,retro,blank}
  • r - one of {g,pg,r,x}
  • forcedefault - force default image

.url(email, options)

Return the gravatar image url for an email

.img(email, options)

Creates an avatar <img> element

.profile(email, callback(err, profile))

Looks up a profile

.username(email, callback(err, username))

Shortcut that calls .profile to get a username from an email.

Test

  • Build example component doing make
  • Open test/index.html file

License

MIT

FAQs

Package last updated on 16 Mar 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts