- 授权协议: MIT/X
- 开发语言: JavaScript
- 操作系统: Windows
- 软件首页: https://github.com/fmarier/node-libravatar
软件介绍
node-libravatar 为 Node.js 应用提供了访问 libravatar.org 头像托管服务网站的接口。
示例代码:
var libravatar = require('libravatar');
libravatar.url(email='person@example.com', openid=null, { size: 96, default: 'mm' }, https=false,
function (error, avatar_url) {
console.log('<img src="' + avatar_url + '">');
});
Convergence Culture
Henry Jenkins / NYU Press / 2006-08-01 / USD 30.00
"Convergence Culture" maps a new territory: where old and new media intersect, where grassroots and corporate media collide, where the power of the media producer, and the power of the consumer intera......一起来看看 《Convergence Culture》 这本书的介绍吧!
