Skip to content

onejmi/HaltonBusAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages