![Bike Buddy Icon](Bike Buddy/AppIcon.appiconset/AppIcon_AppStore.png)
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.
- Install Homebrew
- Install Ruby and gems
brew install ruby
- Install Carthage
- 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.
- Install stuff from gems
- Fastlane
sudo gem install fastlane
- Get the workspace ready
fastlane ios setup
- Open up the project file in Xcode 8.0+