github-trending
github-trending copied to clipboard
When I use trending I get a empty array
When I use the `trending function I get this
> var trending = require('github-trending');
undefined
> trending(function(err, repositories) {
... console.log(repositories);
... });
undefined
> []