An open API service indexing awesome lists of open source software.

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

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.