Grvtr.js - node gravatar client
Long time without updates here, so for now I would like to present my small node.js module that handles with gravatars - node-grvtr.
Install it via npm and use single method provided by lib that will return an url with params:
var grvtr = require('grvtr'); grvtr.create('[email protected]', { size: 200 }, function (url) { console.log(url); // generated url });
Full list of options and docs is as always on github.












