Total Pageviews

Sunday, 6 April 2014

node-github

JavaScript GitHub API for Node.JS

A Node.JS module, which provides an object oriented wrapper for the GitHub v3 API.
node library to access the GitHub API

Installation

Install with the Node.JS package manager npm NPM version:
  $ npm install github
or
Install 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