transportapi.js 
TransportAPI.js can be used to talk with the TAPI endpoints however...
It is in an early alpha stage of development. It is has very minimal coverage of API functionality, and the funtions/parameters will most likely change. Please discuss with us on the forum before using this library.
Download
Use in sites
<script src="transportapi.js" type="text/javascript"></script>
<!-- TransportAPI will be global object -->or
<script src="transportapi.min.js" type="text/javascript"></script>
<!-- TransportAPI will be global object -->Use as bower dependency
bower install transportapi.js
and
<script src="bower_components/dist/scripts/transportapi.min.js" type="text/javascript"></script>
<!-- TransportAPI will be global object -->Build from source
- Install Node.js and its package manager 'npm'
- Clone or fork and clone this project - for example
git clone https://github.com/transportapi/transportapi.js.git - Go to the cloned project and run
npm installto install the project dependencies. - Run
grunt buildto build the project - the build will be located in{project_folder}/dist
Examples
TODO