Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 608 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 608 Bytes

Restaurants List

The project consists of an iOS app. Its purpose is to use the user's location to show on screen some restaurants in the area. In addition, you can also view details of each restaurant, such as its price, phone number, rating, and location on the map.

To access the restaurants on the list and the data of each restaurant the app consumed an API provided by Yelp.

How to run the project

To run the project run the following commands in terminal:

git clone https://github.com/anacamargos/restaurants.git

cd restaurants (to cloned folder)

open Restaurants.xcworkspace