文件名称:gh-avatar:获取GitHub用户的头像
文件大小:4KB
文件格式:ZIP
更新时间:2024-06-15 01:48:15
JavaScript
gh头像 获取GitHub用户的头像 安装 $ npm install --save gh-avatar 用法 const ghAvatar = require ( 'gh-avatar' ) ; ghAvatar ( 'sindresorhus' ) . then ( avatar => { console . log ( avatar ) ; //=> 'https://avatars.githubusercontent.com/u/170270?v=3' } ) ; 原料药 ghAvatar(用户名,[令牌],回调) 返回对头像的URL的承诺。 用户名 类型: string GitHub用户名。 代币 类型: string GitHub。 执照 麻省理工学院:copyright:
【文件预览】:
gh-avatar-main
----index.js(183B)
----test.js(118B)
----package.json(682B)
----readme.md(599B)
----.github()
--------workflows()
----license(1KB)
----.gitignore(13B)
----.editorconfig(231B)
----.gitattributes(12B)