-
Select Topic AreaQuestion BodyI have earned several badges on LeetCode, and I would like to display them on my GitHub profile. How can I add these badges to my profile in an effective way? Are there any tools, markdown scripts, or integrations that can help with this? |
Beta Was this translation helpful? Give feedback.
Answered by
ahmlvs
Jan 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GitHub doesn’t have built-in functionality for this.
However, there’s an example API available:
https://github.com/kevzpeter/leetcode-badge-showcase
It automatically fetches the latest badges you’ve earned on LeetCode. Additionally, you can customize the color theme.
It works well for this purpose, but it’s surprising that GitHub doesn’t offer such a feature natively.