An app for #sf-coffee and #sf-beer events from the iOS Folks Slack.
For interviews, I needed to become comfortable again with Obj-C. What better way than to write an app?
Join the TestFlight: SF iOS testflight
For travel time estimates, it uses Uber and Lyft REST APIs and the corresponding credentials are stored in Secrets/secrets.plist
file. This file, for obvious reasons, is not checked-in into version control. To build and run:
- Duplicate
Secrets/secrets-example.plist
and rename it tosecrets.plist
. you can build the project now but Uber and Lyft travel times will not be available. - Get Uber and Lyft
client-id
andserver-token
and populatesecrets.plist
.
The app fetches data from CoffeeCoffeeCoffee which is also an open source project
We use Bitrise for CI. If you'd like to help with that or learn more please use the link for referral goodies.