This is a library for fetch object data from "https://github.com/trending".
Run npm i GitHubTrending --save
new GitHubTrending().fetchTrending(url)
.then((data)=> {
//
}).catch((error)=> {
//
});More examples can refer to GitHubPopular