The front-end application for Shuffle Trip, an iOS application that allows for rapid creation of day trips by getting location data from the Yelp API.
The backend repository can be found here: https://github.com/dsmarcot2018/Shuffle-Trip-Backend
- Xcode – Download from the Mac App Store.
- Cocoapods – Download from Homebrew via
brew install cocoapods
.- Homebrew can be installed from https://brew.sh by running
(</bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)">)
in your terminal.
- Homebrew can be installed from https://brew.sh by running
- Download/clone the repository to a local directory.
- Open a terminal window and
cd
into the repository. - Install the required libraries by running
pod install
. - Once installed, open the project via the
Shuffle Trip.xcworkspace
file. DO NOT USE THEShuffle Trip.xcodeproj
FILE.