A Dart library created as an easy way to interface with halton busses.
This API is by no means official, and is not endorsed by Halton Buses and/or Halton District School Board.
Also, please aknowledge the fact that this README is based off of a template made available by Stagehand under a BSD-style license.
HaltonBusAPI is quite simple to use, and is capable of interfacing with Halton busses to suit your needs.
Adding to pub:
dependencies:
HaltonBusAPI:
git:
url: https://github.com/scarger/HaltonBusAPI.git
Initialization:
import 'package:HaltonBusAPI/HaltonBusAPI.dart';
main() {
//define singleton instance of BusAPI
var api = new BusAPI();
//invoke api methods
api...
}
Examples can be found here.
Please refer to this dart docs for more depth on the api and its methods.
Please file feature requests and bugs at the issue tracker.