This project provides a dynamic and visual representation of your LeetCode contributions, similar to GitHub's contribution calendar. You can proudly display your LeetCode contribution calendar in your GitHub README or portfolio.
To add your LeetCode Contribution Calendar to your README.md, use the following Markdown code:
<img src="https://leetcode-contribution-calendar-server.vercel.app/svg?username={your_username}" width="100%">
To obtain an image of the same, use:
https://leetcode-contribution-calendar-server.onrender.com/generateImage?username={your_username}
Replace {your_username}
with your LeetCode username.
This project fetches user statistics from LeetCode and generates an SVG of the contribution calendar similar to GitHub's contribution calendar.
This project is licensed under the MIT License.