2020-07-09 18:38:21 +08:00
## Github Readme stats
2020-07-12 02:12:08 +08:00
[![Test ](https://github.com/anuraghazra/github-readme-stats/workflows/Test/badge.svg )](https://github.com/anuraghazra/github-readme-stats/actions)
[![GitHub issues ](https://img.shields.io/github/issues/anuraghazra/github-readme-stats?color=0088ff )](https://github.com/anuraghazra/github-readme-stats/issues)
[![GitHub pull requests ](https://img.shields.io/github/issues-pr/anuraghazra/github-readme-stats?color=0088ff )](https://github.com/anuraghazra/github-readme-stats/pulls)
2020-07-10 18:45:03 +08:00
Get dynamically generated GitHub stats on your readmes!
2020-07-09 18:38:21 +08:00
2020-07-10 01:26:57 +08:00
# Features
- [Github Stats Card ](#github-stats-card )
- [Github Extra Pins ](#github-extra-pins )
2020-07-11 17:03:29 +08:00
- [Deploy Yourself ](#deploy-on-your-own-vercel-instance )
2020-07-10 01:26:57 +08:00
# Github Stats Card
2020-07-09 18:38:21 +08:00
2020-07-10 18:45:03 +08:00
Copy paste this into your markdown content, and that's it. Simple!
2020-07-09 18:38:21 +08:00
change the `?username=` value to your GitHubs's username
2020-07-10 18:49:52 +08:00
```md
[![Anurag's github stats ](https://github-readme-stats.vercel.app/api?username=anuraghazra )](https://github.com/anuraghazra/github-readme-stats)
```
2020-07-10 18:45:03 +08:00
### Hiding individual stats
2020-07-09 20:20:15 +08:00
2020-07-10 18:45:03 +08:00
To hide any specific stats, you can pass a query parameter `?hide=` with an array of items, you wanna hide.
2020-07-09 20:20:15 +08:00
> Options: `&hide=["stars","prs","issues","contribs"]`
```md
![Anurag's github stats ](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=["contribs","prs"] )
```
2020-07-09 21:16:41 +08:00
### Showing icons
2020-07-10 18:45:03 +08:00
To enable icons, you can pass `show_icons=true` in the query param like so
2020-07-09 21:16:41 +08:00
```md
![Anurag's github stats ](https://github-readme-stats.vercel.app/api?username=anuraghazra&show_icons=true )
```
2020-07-09 23:04:10 +08:00
Other options:
- `&hide_border=true` hide the border box if you don't like it :D.
2020-07-09 23:59:50 +08:00
- `&line_height=30` control the line-height between text.
2020-07-09 23:04:10 +08:00
2020-07-10 01:26:57 +08:00
### Demo
2020-07-09 18:38:21 +08:00
2020-07-09 21:16:41 +08:00
- Default
2020-07-09 18:38:21 +08:00
![Anurag's github stats ](https://github-readme-stats.vercel.app/api?username=anuraghazra )
2020-07-09 20:20:15 +08:00
- Hiding specific stats
![Anurag's github stats ](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=["contribs","issues"] )
2020-07-09 21:16:41 +08:00
- Showing icons
![Anurag's github stats ](https://github-readme-stats.vercel.app/api?username=anuraghazra&hide=["issues"]&show_icons=true )
2020-07-10 01:26:57 +08:00
# Github Extra Pins
2020-07-10 18:45:03 +08:00
Github extra pins allow you to pin more than 6 repositories in your profile using a GitHub readme profile.
2020-07-10 01:26:57 +08:00
2020-07-10 18:45:03 +08:00
Yey! you are no longer limited to 6 pinned repositories.
2020-07-10 01:26:57 +08:00
### Usage
2020-07-10 18:45:03 +08:00
Copy-paste this code into your readme and change the links.
2020-07-10 01:26:57 +08:00
Endpoint: `api/pin?username=anuraghazra&repo=github-readme-stats`
```md
2020-07-10 14:02:59 +08:00
[![ReadMe Card ](https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats )](https://github.com/anuraghazra/github-readme-stats)
2020-07-10 01:26:57 +08:00
```
### Demo
2020-07-10 14:02:59 +08:00
[![ReadMe Card ](https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats )](https://github.com/anuraghazra/github-readme-stats)
2020-07-10 01:26:57 +08:00
### Quick Tip (Align The Repo Cards)
2020-07-10 18:45:03 +08:00
You usually won't be able to layout the images side by side to do that you can use this approach
2020-07-10 01:26:57 +08:00
```md
< a href = "https://github.com/anuraghazra/github-readme-stats" >
2020-07-10 14:02:59 +08:00
< img align = "left" src = "https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=github-readme-stats" / >
2020-07-10 01:26:57 +08:00
< / a >
< a href = "https://github.com/anuraghazra/convoychat" >
2020-07-10 14:02:59 +08:00
< img align = "left" src = "https://github-readme-stats.vercel.app/api/pin/?username=anuraghazra&repo=convoychat" / >
2020-07-10 01:26:57 +08:00
< / a >
```
2020-07-11 17:03:29 +08:00
## Deploy on your own vercel instance
Since Github API only allows 5k requests per hour it is possible that my `https://github-readme-stats.vercel.app/api` could hit the rate limiter thats why if you want to host it on your own vercel server then you don't have to worry about anything. click on the deploy button to get started
[![Deploy to Vercel ](https://vercel.com/button )](https://vercel.com/import/project?template=https://github.com/anuraghazra/github-readme-stats)
Make sure to add your own `GITHUB_TOKEN` in `Environment Variables`
[Github Docs: Creating a github personal token ](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token )
2020-07-09 18:38:21 +08:00
Contributions are welcomed! < 3
Made with :heart: and javascript.