0.0.4 • Published 10 years ago

get-github-repos v0.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
10 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

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago