DevLeonardoCommunity / github-stats

Aggregating and displaying YOUR GitHub Stats in meaningful metrics (we learn web development in the meantime)
https://public-github-stats.vercel.app
MIT License
71 stars 36 forks source link

Add total received stars #17

Closed Balastrong closed 1 year ago

Balastrong commented 1 year ago

On the /profile page we could add the total of stars an user has on all his repositories.

it would be great if we can filter out forks, so only actual repositories of the user are counted.

This should be (hopefully) possible with the GraphQL endpoint, in the query userProfileQuery listed below

https://github.com/Balastrong/github-stats/blob/578967d25ca4f26cf52539e909baf5f78647243f/src/graphql/queries.ts#L32-L43