Closed ngsankha closed 11 years ago
How would you like this to be done. Using the github.js or the gh3.js with a dependency on jQuery, base64 and Underscore ?
In github.js, we have
<script src="lib/underscore-min.js">
<script src="lib/base64.js">
<script src="github.js">
var user = github.getUser();
//Gives list of all user repos, private, public and those contributed to.
// tree, repo
// Translated as https://github.com/<tree>/<repo>
var users = [
["mozilla", "kitsune"],
["mozilla", "socorro"],
["mozilla", "rust"],
["mozilla", "servo"],
["jdm","asknot"],
];
Once this is done, easiest would be to access list of contributors in specifc project from the project's network/members or the /contributors it also gives the number of commits made. Maybe thats of help ?
Fixed by #37
New projects like Rust, Servo, Persona are on GitHub. Use the GitHub API to access them as well.