๐ฅAdd dynamically generated Kaggle Tier & Medals on your readme.๐ฅ
Usage & Example
Like any other Github badge, you can add it to your profile with a code.
To use badges, edit the following code and copy-paste it.
If you forgot your ID, you can go to your profile and check the string at the end of the url.
- Simple Status
- Badge
Simple Status
- Change the
{your_id}
value to your Kaggle's username.
![your id](https://road-to-kaggle-grandmaster.vercel.app/api/simple/{your id})
Example
Badge
- Additionaly, change the
{part}
value.{part}
:competition
,datatset
,notebook
,discussion
- It both supports
dark
(default) andlight
version
![default version](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/{part})
![light version](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/{part}/light)
Example(default)
![competition](https://road-to-kaggle-grandmaster.vercel.app/api/badges/subinium/competition)
![dataset](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/dataset)
![notebook](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/notebook)
![discussion](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/discussion)
Example(light)
![competition](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/competition/light)
![dataset](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/dataset/light)
![notebook](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/notebook/light)
![discussion](https://road-to-kaggle-grandmaster.vercel.app/api/badges/{your id}/discussion/light)
License
Original design licenses for tiers, medals and colors are all owned by Kaggle.
ETC
Official website and more cool designs will be added.