anuraghazra / github-readme-stats

:zap: Dynamically generated stats for your github readmes

Home Page:https://github-readme-stats.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mostly used language in GitHub

shree-2802 opened this issue · comments

Discussed in #3595

Originally posted by shree-2802 January 19, 2024
Hi all, I have a problem with most commonly used language card in github, though i have uploaded many other files of other languages, only javascript,css and html is showing in the card.. What should I do?

shree-2802

"https://github-readme-stats.vercel.app/api/top-langs?username=shree-2802&show_icons=true&locale=en&layout=compact"

This is the link which i used.. But i also used other links no use but then..

commented

I have only looked at a few of the public repositories you have and it seems like JavaScript is your most used language. However, you can use these query parameters &size_weight=0.7&count_weight=0.3 to change the weights.

You can change the values of each to whatever you want it to be. More information about this can be found here: https://github.com/anuraghazra/github-readme-stats#language-stats-algorithm

Private projects will not count towards the language card.

Hey, @shree-2802! Currently your card shows Typescript and SCSS as well, so I assume that the problem can be connected to caching. Be aware that our cards have default cache of 6 hours. If you want the card to be updated more often, then you can deploy own Vercel instance and set environment variable CACHE_SECONDS.

Thank you