https://github.com/lnus/git-apple
Bad Apple on GitHub contributions
https://github.com/lnus/git-apple
Last synced: about 1 year ago
JSON representation
Bad Apple on GitHub contributions
- Host: GitHub
- URL: https://github.com/lnus/git-apple
- Owner: lnus
- Created: 2023-04-18T15:26:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-06T15:06:27.000Z (about 3 years ago)
- Last Synced: 2025-02-14T22:39:47.897Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://lnus.github.io/git-apple/
- Size: 53.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Git Apple 🍏
Bad apple, but as a GitHub contributions graph.
Check it out [LIVE 🔴](https://lnus.github.io/git-apple/)!
Now with added audio support! 🎶
## How does it work?
It reads the frame data from the video, using `generate.py` to convert the frames into arrays of `0` or `1`.
After this, the `script.js` reads these frames and colors the boxes accordingly.
Performance-wise, not perfect. Might rewrite this in the future, but I'm fairly happy with the results.
## Disclaimer about the code standard
The code is a bit hacky since I wrote the code in 4 hours while drinking with a friend.
But hey, *it works*! 🎉
### A vow about the code standard.
I vow to make the new code just as hacky and ugly as the one which lived before it.