Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 904 Bytes

readme.md

File metadata and controls

23 lines (20 loc) · 904 Bytes

Bike Buddy

![Bike Buddy Icon](Bike Buddy/AppIcon.appiconset/AppIcon_AppStore.png)

Overview

A simple iOS app to get the nearest bike sharing stations to you. Works off of the fact that the company Bixi has a similar API for a lot of their bike sharing systems.

Setup

  1. Install Homebrew
  2. Install Ruby and gems
    • brew install ruby
  3. Install Carthage
  4. Install SwiftLint
    • The version on Homebrew tends to be behind so get it from their GitHub Releases Page instead. At this time 0.31 is the latest.
  5. Install stuff from gems
  6. Get the workspace ready
    • fastlane ios setup
  7. Open up the project file in Xcode 8.0+

Third Party Use