Trending repositories
WGierke opened this issue ยท 4 comments
WGierke commented
Awesome project! IMO GitHub trending also qualifies as "something important that's going on" :)
brunolemos commented
It's planned! GitHub doesn't have an official api for trending repositories, so I'll have to use some alternative unofficial one or create my own.
zhigang1992 commented
Another option would be to use cheerio in rn to parse trending pages html directly.
https://github.com/tappollo/Genji/blob/master/app/network/githubHTML.js#L67
I used it to build
https://itunes.apple.com/cn/app/genji-trending-repos/id1436436317?l=en&mt=8
This works perfectly for react native env, but might not work on react-native-web because of CORS. Might need to setup proxy of sort.
dekura commented
Awesome project! Hope the trending column will coming soon. :)