-
-
Notifications
You must be signed in to change notification settings - Fork 817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trending repositories #48
Comments
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! :) |
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. :) |
Awesome project! IMO GitHub trending also qualifies as "something important that's going on" :)
The text was updated successfully, but these errors were encountered: