Skip to content
This repository has been archived by the owner on Jun 22, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anniexcheng committed Jan 27, 2017
2 parents a7b20d8 + ffed5eb commit 04d86af
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
36 changes: 28 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,33 @@
# Cornell Big Red Shuttle
[//]: # (https://github.com/cuappdev/assets/tree/master/big-red-shuttle)

The Big Red Shuttle is Cornell's first free, student-run, late-night transportation service for students in need of a safe ride home. It strives to promote a safer campus climate to prevent alcohol-related incidents and sexual assault. The Big Red Shuttle runs a 20-minute route every Friday and Saturday from 12am-3am with a professional paid driver and two managers trained by Cayuga's Watchers. This app complements the BRS service by allowing students to view the shuttle route and time schedule so that they can find the quickest and safest way back home. To learn more, visit http://www.cornellbigredshuttle.com/.
# BRShuttle - Cornell Big Red Shuttle

<p align="center"><img src=https://github.com/cuappdev/assets/blob/master/big-red-shuttle/BRS-Long-Logo.png?raw=true width=600 /></p>

BRShuttle is the third app made by [CUAppDev](http://cuappdev.org), an engineering project team at Cornell University focused on mobile app development. The [Big Red Shuttle](http://www.cornellbigredshuttle.com/) is Cornell's first free, student-run, late-night transportation service for students in need of a safe ride home. It strives to promote a safer campus climate to prevent alcohol-related incidents and sexual assault. The Big Red Shuttle runs a 20-minute route every Friday and Saturday from 12am-3am with a professional paid driver and two managers trained by Cayuga's Watchers. The BRShuttle app complements the BRS service by allowing students to view the shuttle route and time schedule so that they can find the quickest and safest way back home. You can view our [release notes](RELEASENOTES.md) to learn more about the progress of BRShuttle. Download the current release on the [Apple App Store](https://itunes.apple.com/us/app/brshuttle-cornell-big-red/id1180295401?ls=1&mt=8).

## Screenshots
<img src=https://github.com/cuappdev/assets/blob/master/big-red-shuttle/app-store-screenshots/BRS-Navigation-Screen.png?raw=true width=285 />
<img src=https://github.com/cuappdev/assets/blob/master/big-red-shuttle/app-store-screenshots/BRS-Schedule%20Screen.png?raw=true width=285 />
<img src=https://github.com/cuappdev/assets/blob/master/big-red-shuttle/app-store-screenshots/BRS-Emergency%20Screen.png?raw=true width=285 />
<img src=https://github.com/cuappdev/assets/blob/master/big-red-shuttle/iphone-screenshots/BRS-Navigation-Screen.png?raw=true width=290 />
<img src=https://github.com/cuappdev/assets/blob/master/big-red-shuttle/iphone-screenshots/BRS-Schedule%20Screen.png?raw=true width=290 />
<img src=https://github.com/cuappdev/assets/blob/master/big-red-shuttle/iphone-screenshots/BRS-Emergency%20Screen.png?raw=true width=290 />

## Shuttle Route

### Schedule
<img src=https://github.com/cuappdev/assets/blob/master/big-red-shuttle/BRS-Schedule.png?raw=true />
### Map
<img src=https://github.com/cuappdev/assets/blob/master/big-red-shuttle/BRS-Route.png?raw=true />

## Development

### Installation
We use [CocoaPods](http://cocoapods.org) for our dependency manager. This should be installed before continuing.

To access the project, run the following:

## Schedule & Route
<img src=https://raw.githubusercontent.com/cuappdev/assets/master/big-red-shuttle/BRS-Schedule.png />
```bash
git clone https://github.com/cuappdev/big-red-shuttle.git
pod install
```

<img src=https://raw.githubusercontent.com/cuappdev/assets/master/big-red-shuttle/BRS-Route.png />
Open the Xcode workspace and enjoy BRShuttle!
8 changes: 8 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# BRShuttle Release Notes

### [v1.0.0 - Jessup & Program House Drive](https://github.com/cuappdev/big-red-shuttle/compare/f0224d2...v1.0.0)
#### January 20th, 2017
Out late on Friday/Saturday night? Say hello to your new ride home!
- **Navigation:** See the shuttle route on a map with time information for each stop
- **Schedule:** View the entire shuttle schedule even when the shuttle isn't running
- **Emergency:** Contact the main Emergency services at Cornell University

0 comments on commit 04d86af

Please sign in to comment.