Git Skyline
Website: https://git-skyline.huakun.tech/
GitHub: https://github.com/HuakunShen/git-skyline
This is a full-stack project trying to clone https://skyline.github.com/.
https://skyline.github.com/ is a cool feature of GitHub that shows your contribution graph in 3D but it stops working, and I decided to built my own version of it.
Features
- Show GitHub contribution graph in 3D given any username
- I provide transparent background so that you can embed it in your website using iframe
Here is an example of embedding it in my website:
<div class="h-[20em]">
<iframe
src="https://git-skyline.huakun.tech/contribution/github/huakunshen/embed?enableZoom=false&autoRotate=false"
width="100%"
height="500"
frameborder="0"
></iframe>
</div>