HanaDigital / grev

Github Release Viewer. View your github repository release statistics.
228 stars 10 forks source link

Feature request: show download counts on user overview page #31

Closed Tazzios closed 2 years ago

Tazzios commented 2 years ago

Show the download count of the latest release on the overview page from the user.

dr-nyt commented 2 years ago

I'd love to do this but it will possibly create issues for users with a lot of released repositories because the Github API has a limited number of requests a user can make in a certain amount of time. Requesting the API for multiple repositories with many a lot will quickly exceed that limit.

Tazzios commented 2 years ago

Understandable, maybe overcome this limit by spliting repository to 20(random amount) per page ? So show the first 20 repositories with counter and if you go to the next repository pages the next 20 counters will be loaded.