1.0.3 • Published 5 years ago

gravatar-image-urls v1.0.3

Weekly downloads
15
License
-
Repository
github
Last release
5 years ago

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.