/NearestRestaurantApp

Sample map app that used foursquare api to retrieve nearest restaurant

Primary LanguageSwift

Sample iOS MapKit App To Retrieve Nearest Restaurant

Build Status Platform Languages

Description

A simple map application that used foursquare api to retrieve nearest restaurant in the current location. Used MVVM as the architectural pattern with functional reactive programming support using RxSwift. This project also consist of a simple UI tests & several Unit tests. Enjoy :)

Integrated 3rd Party Libraries

  1. RxSwift

Requirements

  1. Xcode 10.2 (Swift 5.0)
  2. Carthage version 0.33 and up

Initial Setup

Install 3rd party dependencies (Required)

Make install-dependencies script executable

$ chmod ugo+x Scripts/install-dependencies.sh

Run install-dependecies.sh script

$ ./Scripts/install-dependencies.sh