devhubapp / devhub

TweetDeck for GitHub - Filter Issues, Activities & Notifications - Web, Mobile & Desktop with 99% code sharing between them

Home Page:https://devhubapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trending repositories

WGierke opened this issue · comments

Awesome project! IMO GitHub trending also qualifies as "something important that's going on" :)

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.

Cool! :)
Maybe this can help you.

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.

Awesome project! Hope the trending column will coming soon. :)