saravanan-github-repo
v0.0.3
Published
Get a list of GitHub users Repos
Downloads
7
Readme
Use the following code in you application
var github = require("./github.js");
github.getRepos("Your_GitHub_Name", function(repos) { console.log("Your Repos", repos); });