foursquare-clone-ios
foursquare-clone-ios copied to clipboard
A foursquare clone app for iphone
Foursquare Clone - iOS App
A simple iOS application that uses the Foursquare API to show nearby places of interest.

Setup
Foursquare API Key
Follow these instructions at Foursquare Developers page to obtain a Client ID and a Client Secret. Then copy and paste these values into ServicesConstants.swift file.
Main Dependencies
-
Ruby 2.3.4: recommended to install it using Ruby Version Manager (RVM)
-
Xcode 9.2
Installation
gem install bundler
bundle install
bundle exec pod install --repo-update
You can now open the Foursquare Clone.xcworkspace file and run.
Test
After installing all dependencies you can run the tests by clicking Product > Test or simply CMD + U
Tutorial
Step-by-step guide for building this app:
Part 1: Introduction and setup
Part 2: Location data and managing dependencies