Show languages with GitHub README.md stats
Asked Answered
S

3

7

I'm trying to show used languages with GitHub README.md stats:

![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=myusername&theme=tokyonight)

but private and public repositories are mostly C#, which is not shown:

enter image description here

Stevens answered 25/2, 2021 at 18:36 Comment(0)
E
7

Try to hide the current statistics from you to see if you have what you expected in the new result. JS may have been libraries, so they took up most of your statistics just like the generated HTML.

 ![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=myusername&hide=javascript,css,scss,html&theme=tokyonight)
Experimentalize answered 26/4, 2021 at 12:10 Comment(0)
X
5

Usage

Copy-paste this code into your readme and change the links.

Endpoint: api/top-langs?username=anuraghazra

[![Top Langs](https://github-readme-stats-git-masterrstaa-rickstaa.vercel.app/api/top-langs/?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats)

Exclude individual repositories

You can use ?exclude_repo=repo1,repo2 parameter to exclude individual repositories.

Themes

After username add &theme=dracula to theme.

More

Visit https://github.com/anuraghazra/github-readme-stats

Xiphoid answered 11/10, 2021 at 11:2 Comment(0)
P
2

Github Status show in any markdown

Github Stats

Top Langs Mohammad Saifur Rahman's GitHub stats
[![Top Langs](https://github-readme-stats.vercel.app/api?username=saifurrahman1193&theme=algolia&show_icons=true)](https://github.com/saifurrahman1193) [![Mohammad Saifur Rahman's GitHub stats](https://github-readme-stats.vercel.app/api/top-langs?username=saifurrahman1193&hide=html,scss,stylus,blade,jupyter%20notebook,python,css,shell,batchfile,dockerfile,typescript&theme=algolia&show_icons=true)](https://github.com/saifurrahman1193)
Polymath answered 24/2, 2023 at 14:46 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.