gravatar-image-urls

1.0.3 • Public • Published

Gravatar Image URLS

This package makes it easy to request the URL of a Gravatar image.

Installation

Installation is simple! Just run npm install gravatar-image-urls, and you'll be good to go!

Usage

var gravatar = require("gravatar-image-urls")

gravatar('your@email.com');

An example is shown below. All you need to change is the email address.

Testing

I've written a test-type thing to see if it works correctly. You can run it like this node test.js.

Package Sidebar

Install

npm i gravatar-image-urls

Weekly Downloads

0

Version

1.0.3

License

none

Unpacked Size

1.3 kB

Total Files

4

Last publish

Collaborators

  • damcclean