github-trending icon indicating copy to clipboard operation
github-trending copied to clipboard

When I use trending I get a empty array

Open juanpabloaj opened this issue 9 years ago • 0 comments

When I use the `trending function I get this

> var trending = require('github-trending');
undefined
> trending(function(err, repositories) {
... console.log(repositories);
... });
undefined
> []

juanpabloaj avatar Jan 23 '17 18:01 juanpabloaj