UNPKG
wheelo-next-stage
Version:
latest (0.0.1)
0.0.1
0.0.0
It is time to start a new stage
wheelo-next-stage
/
server.js
6 lines
(4 loc)
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
var
github =
require
(
"./github.js"
); github.
getRepos
(
"wheelo"
,
function
(
repos
) {
console
.
log
(
"Wheelo repos:"
, repos); });