NOTE: this page is work in progress!

First of all, all the code that is running this website is available on github: github.com/omkelderman/look-at-my-score

The website is a NodeJS application. It is written in IcedCoffeeScript, which is a superset of CoffeeScript, which itself is a language that compiles to JavaScirpt.

For the actual image generation part I am using GraphicsMagick via the gm module.