Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 447 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 447 Bytes

ExCars iOS app

This is iOS client for ExCars project - carpool application that helps you get to work

ExCars Demo GIF

Quickstart

To build project create Secrets.swift file with two variables in it:

let GOOGLE_OAUTH2_CLIENT_ID = "<YOUR_GOOGLE_OAUTH2_CLIENT_ID>"
let GMS_API_KEY = "<YOUR_GOOGLE_MAPS_KEY>"