Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.05 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.05 KB

Crewracing (Client-Side Part)

This page displays ongoing crew race data in an easier-to-look way.

It downloads the JSONP data from my website, which is regenerated every 30 minutes from DJMAX TECHNIKA2 website. The fetching process is done by a PHP script. To see the code please look at the "server" branch.

Development

CSS file css/main.css is generated from SCSS file scss/main.scss, using Compass:

cd compass
compass watch

JavaScript file js.js is generated from many .coffee files found in src dirctory. To compile, run cake:

cake watch

Some image files are generated from .coffee files using canvasrenderer2. See the images directory.

License

Crewracing is MIT Licensed.