UNPKG
shubhamoy-github-example
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
List Github Repos
shubhamoy-github-example
/
example.js
5 lines
(4 loc)
•
129 B
JavaScript
View Raw
1
2
3
4
5
var
github =
require
(
"./github.js"
); github.
getRepos
(
"shubhamoy"
,
function
(
repos
){
console
.
log
(
"Shubhamoy's repos"
, repos); });