JSPM

github-notification

2.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q22221F
  • License ISC

Get github notifications of a user

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