kidmam / foursquare-clone-ios

A foursquare clone app for iphone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foursquare Clone - iOS App

Build Status codecov.io codebeat badge License

A simple iOS application that uses the Foursquare API to show nearby places of interest.

simulator screen shot - iphone 5s - 2018-04-09 at 20 55 04 screenshot

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

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

About

A foursquare clone app for iphone

License:MIT License


Languages

Language:Swift 88.4%Language:Ruby 11.6%