Skip to content

GitHub readme stats (Top languages) not working properly #3083

Answered by qwerty541
Riyakumari57 asked this question in Q&A
Discussion options

You must be logged in to vote

Hey, @Riyakumari57!

http://ionicabizau.github.io/github-profile-languages/ Uses under the hood gh-polyglot package. Languages usage calculation inside this package based on how many user repositories contains some specific programming language as main. You can check it on the following lines inside their sources:

https://github.com/IonicaBizau/node-gh-polyglot/blob/0849accbadf769a5cd59b42a01c47ba5e6c638ec/lib/index.js#L103-L106

https://github-readme-stats.vercel.app/ Works directly with GraphQL GitHub API under the hood. By default languages usage calculation based on bytes count. You can read more about our languages percentage calculation algorithm in our documentation: https://github.c…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by qwerty541
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants