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.
- Host: GitHub
- URL: https://github.com/dtinth/crewracing
- Owner: dtinth
- Created: 2011-04-26T02:23:43.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-07-02T08:05:01.000Z (about 15 years ago)
- Last Synced: 2025-04-09T06:11:56.413Z (over 1 year ago)
- Topics: coffeescript, php, scss
- Language: CoffeeScript
- Homepage: http://www.bemanistyle.com/forum/f140/crewracing-73350/
- Size: 1.3 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).