0.0.4 • Published 12 years ago

get-github-repos v0.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
12 years ago

This include the getRepos function. It has two parameters, username and callback.

Example:

github.getRepos("JeffreyWay", function(repos){
	repos.forEach(function(repo, i){
		console.log("Repo number "+i+" is called " + repo.name + ", it is a: " + repo.description);
	});
	console.log("There are " + repos.length + " in total.");
});
0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago

0.0.0

12 years ago