Real Time Information App for Dublin bus for the Sailfish Operating System on the new Jolla smartphones.
- RTPI API
- Sinatra Server (Ruby)
- Local Dublin Bus API (JS)
- Application State Object (JS)
- Graphical Layer (QML)
-
Use the Google Style Guide for JS
-
If you change the JS make it JSLint compliant
- If your adding more directives unless it's something like a global to access a qunit function. Ask first
-
Make sure the unit tests pass before sending a pull request
- To run the unit tests:
cd jstests/
./test.sh
#This will start a sintra server & open firefox to run qunit and blanket
-
This software is MIT licensed see link for details