Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

});

```
## License

MIT © [Vishnu Ks](http://github.com/hackerkid)