github-notification
v2.0.0
Published
Get github notifications of a user
Maintainers
Readme
#Github Notification for Node
A node.js module for getting the unread Github notifications of a user
Install
$ npm install github-notificationUsage
var github = require("github-notification");
github.get(GITHUB_USERNAME, PASSWORD, function(err, res) {
console.log(res); //retrieves the unread notifications in JSON format
});
License
MIT © Vishnu Ks
