github-notification

Get github notifications of a user


Keywords
github, notification, github-api, github-notifications, notifications
License
ISC
Install
npm install github-notification@2.0.0

Documentation

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