JavaScript GitHub API for Node.JS
A Node.JS module, which provides an object oriented wrapper for the GitHub v3 API.Installation
Install with the Node.JS package manager npm : $ npm install github
orInstall via git clone:
$ git clone git://github.com/mikedeboer/node-github.git
$ cd node-github
$ npm install
Documentation
You can find the docs for the API of this client at http://mikedeboer.github.com/node-github/Additionally, the official Github documentation is a very useful resource。
from https://github.com/mikedeboer/node-github