Skip to content
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

Open
WGierke opened this issue Dec 17, 2018 · 4 comments
Open

Trending repositories #48

WGierke opened this issue Dec 17, 2018 · 4 comments

Comments

@WGierke
Copy link

WGierke commented Dec 17, 2018

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

@brunolemos
Copy link
Member

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.

@WGierke
Copy link
Author

WGierke commented Dec 17, 2018

Cool! :)
Maybe this can help you.

@brunolemos brunolemos changed the title Feature Request: Possibility to Add /trending Trending repositories Dec 18, 2018
@zhigang1992
Copy link
Contributor

zhigang1992 commented Dec 21, 2018

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
Copy link

dekura commented Apr 5, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants