sandesh-github-api:用于提供简单 Github API 的节点模块

时间:2021-07-04 12:22:26
【文件属性】:
文件名称:sandesh-github-api:用于提供简单 Github API 的节点模块
文件大小:2KB
文件格式:ZIP
更新时间:2021-07-04 12:22:26
JavaScript #sandesh-github-api 用于简化 Github API 的节点模块。 应用程序接口 $ npm install --save sandesh-github-api 可用功能 var github = require ( 'sandesh-github-api' ) ; github . getRepositories ( "githubUsername" , function ( repositories ) { console . log ( repositories ) ; } ) ; github . getGists ( 'githubUsername' , function ( gists ) { console . log ( gists ) ; } ) ; github . getIssues ( 'orgName' , function
【文件预览】:
sandesh-github-api-master
----example.js(193B)
----sandesh-github-api.js(1KB)
----README.md(485B)
----package.json(659B)

网友评论