node-github-trend icon indicating copy to clipboard operation
node-github-trend copied to clipboard

node.js library for scraping GitHub trending repositories.

Results 3 node-github-trend issues
Sort by recently updated
recently updated
newest added

@rhysd I found that you can get watchers count via this url `/:owner/:project/watchers` This is an enhancement.

I found that using "stargazers_count" `console.log(repo.stargazers_count);` i am able to get the number of stars. I suggest checking the JQuery selector for, - all stars - today stars

# Awesome lib :D May be also scraping [https://github.com/trending/developers](https://github.com/trending/developers) ~

enhancement