/mbt-ios

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

Primary LanguageSwiftOtherNOASSERTION

Morgantown Bus & PRT Tracker

Official iOS repository

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


mbt-ios

Other compenents

Setup

The project requires a Bus API URL and a Google Maps API Key as strings in Config.plist. A sample file, example.Config.plist is provided

plist setup

The Bus API URL is what the app talks to, which is the mbt-api repository
Follow the setup instructions there to setup your own API service.

This project requires CocoaPods for Google Maps and Google Analytics Pods. You can find more info here. The Pods are not included because they are huge. You will have to install them yourself.

sudo gem install cocoapods
cd /path/to/mbt-ios
pod install

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.