Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.39 KB

README.md

File metadata and controls

51 lines (37 loc) · 1.39 KB

HaltonBusAPI Build Status

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.

Usage

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.

Documentation

Please refer to this dart docs for more depth on the api and its methods.

Features and bugs

Please file feature requests and bugs at the issue tracker.