Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/slheavner/mbt-android
Browse files Browse the repository at this point in the history
  • Loading branch information
slheavner committed Dec 22, 2015
2 parents e0039d0 + 432e944 commit 6509177
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Morgantown Bus & PRT Tracker
###### Official Android repository

#### [Play Store](https://play.google.com/store/apps/details?id=com.slheavner.wvubus) | [Website](http://morgantownbustracker.org) ![Alt text](/app/src/main/res/drawable-xxxhdpi/ic_launcher.png?raw=true "mbt-android logo")
-----
### mbt-android

##### 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>
```

If you would like to contribute before I get the new api project on github, message me and I will give you a url to use for the api.

-----
##### 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 file 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.
```

0 comments on commit 6509177

Please sign in to comment.