2.0.0 • Published 9 years ago

github-notification v2.0.0

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

#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