/mbt-android

Official Android repository for Morgantown Bus & PRT Tracker for WVU students

Primary LanguageJavaOtherNOASSERTION

Morgantown Bus & PRT Tracker

Official Android repository

This project has no relation to West Virginia University (WVU) or Mountain Line Transit Authority


mbt-android

Other compenents

Setup

The project requires a Bus API URL and a Google Maps API Key as string resources

  <string name="mbt.url.api">BUS_API_URL</string>
  <string name="google.map.key">API_KEY</string>

The project also needs an API to talk to, which is the mbt-api repository
Follow the setup instructions there to setup your own API service.


About

This project is the Android app for the Morgantown Bus & PRT Tracker project. It was made out of a need to track the buses around Morgantown, WV, as a West Virginia University student. It was also made because programming is fun.


License
Copyright 2015 Samuel Heavner

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this software except in compliance with the License.
You may obtain a copy of the License at

 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.