Skip to content

lebombastic/github-stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stats for your README.md

Reference

GitHub profile statistics

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.

Most used languages

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".

Examples

GitHub profile statistics

Parameter                   Output
 default 
        

 peng=false 
        

 color=white 
        


Most used languages

Parameter                   Output
 default 
        

 pie=false 
        

 color=white 
        

 color=white&pie=false 
        


Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.9%
  • HTML 17.8%
  • CSS 1.3%