Copy the piece of code from below and paste it into your markdown.
Change the value of username=
to your GitHub's username.
[![My Stats](https://github-stats-evirunurm.vercel.app/api/stats.js?username=evirunurm)](https://github.com/evirunurm/github-stats)
`/api/stats.js` endpoint accepts the following parameters.
A query parameter must follow the `parameter=value` structure.
Several parameters must go separated by `&`
Parameter | Type | Description |
---|---|---|
username |
string |
Required. Your GitHub username |
color |
"white" |
Set to "white" if you want the background to be white |
peng |
boolean |
If you want the GitHub icon instead of the cute little penguin, set this to false. |
Copy the piece of code from below and paste it into your markdown.
Change the value of username=
to your GitHub's username.
[![My languages](https://github-stats-evirunurm.vercel.app/api/languages.js?username=evirunurm)](https://github.com/evirunurm/github-stats)
`/api/languages.js` endpoint accepts the following parameters.
A query parameter must follow the `parameter=value` structure.
Several parameters must go separated by `&`
Parameter | Type | Description |
---|---|---|
username |
string |
Required. Your GitHub username |
color |
"white" |
Set to "white" if you want the background to be white |
pie |
boolean |
If you don't want the pie chart but want percentage bars instead, set this to "false". |
Parameter | Output |
---|---|
default | |
peng=false |
|
color=white |
Parameter | Output |
---|---|
default | |
pie=false |
|
color=white |
|
color=white&pie=false |