Skip to content

Node.js Gravatar URL generator, can be used with Node.js blogging frameworks

Notifications You must be signed in to change notification settings

arnabc/node-gravatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Gravatar

Simple module to generate Gravatar URL, can be used with existing Node.js blogging frameworks:

Installation:

If you have "npm" installed then just do the following npm install node-gravatar

// in your code

var gravatar = require('node-gravatar'); sys.puts( gravatar.get('youremail@example.org') );

// you can specify additional information like 'size' of the avatar and rating and default icon

gravatar.get('youremail@example.org', 'R', 120, 'identicon' );

About

Node.js Gravatar URL generator, can be used with Node.js blogging frameworks

Resources

Stars

Watchers

Forks

Packages

No packages published