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

https://github.com/dtinth/crewracing

Simple app that shows ongoing crew races in Technika 2.
https://github.com/dtinth/crewracing

coffeescript php scss

Last synced: 10 months ago
JSON representation

Simple app that shows ongoing crew races in Technika 2.

Awesome Lists containing this project

README

          

[Crewracing](http://dtinth.github.com/crewracing/) (Client-Side Part)
==================================================

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

It downloads the [JSONP data](http://tnk.dt.in.th/tnk2/data.js) from my website,
which is regenerated every 30 minutes from [DJMAX TECHNIKA2 website](http://www.djmaxcrew.com/crewrace/crewrace_ing.asp?page=1).
The fetching process is done by a PHP script. To see the code please look at the "[server](https://github.com/dtinth/crewracing/tree/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](https://github.com/dtinth/canvasrenderer2). See the `images` directory.

License
-------

Crewracing is [MIT Licensed](http://www.opensource.org/licenses/mit-license.php).