gravatar:用于为node.js和浏览器生成gravatars的modella插件

头像用于为node.js和浏览器生成头像的modella插件。安装在浏览器中(使用组件): component install modella/gravatar在服务器上: npm install modella-gravatar例子var User = model ( 'user' ) . attr ( 'name' ) . attr ( 'email' ) . attr ( 'password' ) ; User . use ( gravatar ( 'email' , 'avatar' ) ) ; var user = new User ( { name : 'matt' , email : 'mattmuelle@gmail.com' , password : 'test' } ) ; user . save ( functio
zip
gravatar-master.zip 预估大小:10个文件
folder
gravatar-master 文件夹
file
Readme.md 539B
folder
lib 文件夹
folder
modella-gravatar.js 文件夹
file
test.js 430B
file
.npmignore 29B
file
History.md 396B
file
Makefile 89B
file
component.json 277B
file
.gitignore 17B
file
index.js 838B
file
package.json 289B
zip 文件大小:3.32KB