1.0.0 • Published 9 years ago

github-notifications v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

github-notifications

NPM

Readable object stream for notifications of a GitHub user.

usage

The ghToken is a token for the GitHub user with notifications permission. You can use the ghauth module for getting this or create them in settings/applications.

var ghnotis = require('github-notifications')

ghnotis(ghToken).on('data', function (notification) {
  console.log(notification)
})