Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackerkid/node-github-notification
Get Github notifications in Node.js
https://github.com/hackerkid/node-github-notification
Last synced: about 1 month ago
JSON representation
Get Github notifications in Node.js
- Host: GitHub
- URL: https://github.com/hackerkid/node-github-notification
- Owner: hackerkid
- License: other
- Created: 2015-07-07T14:42:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-28T09:34:53.000Z (about 9 years ago)
- Last Synced: 2024-10-08T15:52:02.065Z (3 months ago)
- Language: JavaScript
- Size: 139 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
#Github Notification for Node
> A node.js module for getting the unread Github notifications of a user## Install
```
$ npm install github-notification
```## Usage
```javascript
var github = require("github-notification");
github.get(GITHUB_USERNAME, PASSWORD, function(err, res) {
console.log(res); //retrieves the unread notifications in JSON format
});```
## LicenseMIT © [Vishnu Ks](http://github.com/hackerkid)