GitHubCity icon indicating copy to clipboard operation
GitHubCity copied to clipboard

Count number of given stars

Open iblancasa opened this issue 8 years ago • 1 comments
trafficstars

Currently, I am not counting the number of given stars by an user

iblancasa avatar Oct 14 '17 00:10 iblancasa

Interesting. Each repository has a counter for the number of stars, and in turn each user profile shows how many repositories they have starred. Is this number the one that we are looking to fetch?

We can get this data from https://api.github.com/users/{user}/starred

aaronmaynard avatar Dec 30 '17 00:12 aaronmaynard