Skip to content

dtinth/crewracing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.