github-notifications 用于GitHub用户通知的可读对象流。用法:ghToken是具有notifications权限的GitHub用户的令牌。您可以使用ghauth模块来获取它或在创建它们。


var ghnotis = require('github-notifications')

ghnotis(ghToken)

  .on('data', function(notification) {

    console.log(notification)

  })