/Shuffle-Trip

Shuffle Trip

Primary LanguageSwift

Shuffle Trip

About

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.

Backend

The backend repository can be found here: https://github.com/dsmarcot2018/Shuffle-Trip-Backend

How to Install for Development

Requirements

  1. Xcode – Download from the Mac App Store.
  2. 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.

Installation

  1. Download/clone the repository to a local directory.
  2. Open a terminal window and cd into the repository.
  3. Install the required libraries by running pod install.
  4. Once installed, open the project via the Shuffle Trip.xcworkspace file. DO NOT USE THE Shuffle Trip.xcodeproj FILE.