Skip to content

iOS app that utilizes Yelp's API to provide one food suggestion at a time for indecisive hungry people.

Notifications You must be signed in to change notification settings

erikyangs/foodwhim

Repository files navigation

FoodWhim

Originally made for UC Berkeley's iOS Decal

Overview

For indecisive people. Tells you exactly what to eat.

Features

  • Displays food around current GPS location
  • Provides basic business info and reviews
  • Search radius setting
  • Search term setting

Libraries, APIs, and more

  • Yelp Fusion API (CocoaPod)

Setup

Make sure you have CocoaPods installed. For reference: Walkthrough From StackOverflow

sudo gem install cocoapods
pod setup --verbose

Then navigate to the XCode project root directory (where .xcodeproj file resides), and setup CocoaPods.

pod install

Open the .xcworkspace file in XCode and run.

Troubleshooting (mostly for us developers to keep track of links)

When adding/removing pods, you need to do the following. For reference: Walkthrough from StackOverflow

sudo gem install cocoapods-deintegrate
sudo gem install cocoapods-clean
pod deintegrate
pod clean
pod install

About

iOS app that utilizes Yelp's API to provide one food suggestion at a time for indecisive hungry people.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published