GitHub Notifications用于GitHub用户通知的可读对象流
github-notifications 用于GitHub用户通知的可读对象流。用法 ghToken 是具有 notifications 权限的GitHub用户的令牌。您可以使用 ghauth 模块来获取它或在创建它们。
var ghnotis = require('github-notifications')
ghnotis(ghToken).on('data', function(notification) {
console.log(notification)
})
下载地址
用户评论