Display your codewars stats on your profile README
- Copy-paste the markdown below into your GitHub profile README
- Replace the value after ?username= with your Codewars username
[![Github Readme Codewars](https://codewars-stats-ignacio-cuadra.vercel.app/?username=ignacio-cuadra)](https://github.com/ignacio-cuadra/github-readme-codewars)
- ⭐Star the repo 😅
The username field is the only required option. All other fields are optional
Parameter | Detail | Example |
---|---|---|
username |
codewars username to show stats for | ignacio-cuadra |
theme |
The theme to apply (default value: default) | default , light or dark |
backgroundColor |
Background color in hex, rgb or rgba color (default value #fffefe) | 255,255,255 |
borderColor |
Border color in hex, rgb or rgba color (default value: #f2f0f0) | 0,0,0,0.2 |
textColor |
Text Color in hex, rgb or rgba color (default value: #171717) | 000 |
primaryColor |
Color of symbol in hex, rgb or rgba color (default value: #1f87e7) | 1f87e |
To enable a theme, append &theme=
followed by the theme name to the end of the source URL:
[![Github Readme Codewars](https://codewars-stats-ignacio-cuadra.vercel.app/?username=ignacio-cuadra&theme=dark)](https://github.com/ignacio-cuadra/github-readme-codewars)
Theme | Preview |
---|---|
default |
|
light |
|
dark |
|
halloween |
|
hacker |
|
dracula |
Contributions are welcome! Feel free to open an issue or submit a pull request if you have a way to improve this project.
This repo was inspired on Github Readme Streak Stats 💗