github-notifications

1.0.0 • Public • Published

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)
})
 

Readme

Keywords

Package Sidebar

Install

npm i github-notifications

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • finnpauls