zambelz48 / NearestRestaurantApp

Sample map app that used foursquare api to retrieve nearest restaurant

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sample map app that used foursquare api to retrieve nearest restaurant


Languages

Language:Swift 97.7%Language:Shell 2.3%