node-github-trend
node-github-trend copied to clipboard
node.js library for scraping GitHub trending repositories.
@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) ~