Skip to content

Latest commit

History

187 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

github 3 Build Status

Node.JS GitHub API (v3) Wrapper

Installation

$ npm install github3

Example Code

vargithub3=require('github3');// get user informationgithub3.getUser('edwardhotchkiss',function(error,user){console.log(user);});// get users reposgithub3.getUserRepos('edwardhotchkiss',function(error,repos){console.log(repos);});// get users watched reposgithub3.getUsersWatched('edwardhotchkiss',function(error,watched){console.log(watched);});// get an organizations github usersgithub3.getOrgMembers('github',function(error,members){console.log(members);});

Roadmap to 1.0.0

* Integrate oAuth Completely
* Document fully all methods
* Add Examples
* Build a non-trivial app with `github3`
* Release app on Nodejitsu
* Release Github3 v1.0.0

Running Tests

* Tests are being reworked. Considering using process.env['github_username'] etc...?

License (MIT)

Copyright (c) 2011, Edward Hotchkiss.

**

Author: Edward Hotchkiss

Contributors: Mark Lussier, @dolphin278, Matias Woloski, Tejesh Mehta, wemotom & Matt Loar

Bitdeli Badge

About

Node.js GitHub API (v3) Wrapper

Resources

Stars

24 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages