Skip to content
This repository has been archived by the owner on Aug 16, 2019. It is now read-only.
Matt Conway edited this page Jan 27, 2012 · 2 revisions

Transit Board(tm) Hotel is implemented entirely in JavaScript, HTML and CSS. If you have customizations that you'd like to implement that are beyond the scope of the built-in customization features, or if you'd like to set up Transit Board Hotel for your local transit agency, you've come to the right place.

Getting the Code

For any sort of customization, you'll need to start by getting the code. The code is hosted on GitHub. You can clone it to work on it; if you want to contribute changes back (no obligation to, but we'd be most pleased if you did) you'll probably want to fork the project instead. All contributions should be done by GitHub pull request.

All of the significant JavaScript is in tbdhotel.js.

Coding Style

We're pretty loose about it. The indentation is as is done by the Emacs JavaScript mode. All functions should be properly namespaced and documented using JSDoc.

CC-BY 3.0 by Portland Transport.