Package Exports
- github-notification
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (github-notification) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
#Github Notification for Node
A node.js module for getting the unread Github notifications of a user
Install
$ npm install github-notification
Usage
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