1.2.0 • Published 11 years ago

github3 v1.2.0

Weekly downloads
27
License
-
Repository
github
Last release
11 years ago

GitHub3 - NodeJS GitHub API (v3) Wrapper


$ npm install github3

Example Code (Checkout /tests, same jazz)

var github3 = require('github3');

github3.getUser(user, function('edwardhotchkiss', user) {
  console.log(user);
});

github3.getUserRepos('edwardhotchkiss', function(error, repos) {
  console.log(repos);
});

github3.getUsersWatched('edwardhotchkiss', function(error, watched) {
  console.log(watched);
});

github3.getOrgMembers('ingklabs', function(error, members) {
  console.log('members');
});

/* EOF */

1.2.0

11 years ago

1.1.0

11 years ago

1.0.0

11 years ago

0.4.5

12 years ago

0.4.4

12 years ago

0.4.3

12 years ago

0.4.2

12 years ago

0.4.1

12 years ago

0.4.0

12 years ago

0.3.1

12 years ago

0.3.0

12 years ago

0.2.0

12 years ago

0.1.0

12 years ago

0.0.5

12 years ago

0.0.3

12 years ago