Skip to content

Use yelp's api to display the top 10 restaurants and sights closest to you. Practiced: API, MapKit, User Location, ObservedObject

Notifications You must be signed in to change notification settings

PhilomathMac/CitySights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CitySights

citysights screenshot

Description

SwiftUI app that uses yelp's API to display the top 10 restaurants and sights nearest you

Skills Practiced

  • External API's
  • EnvironmentObject
  • NavigationView
  • .sheet Modifier
  • ObservedObject
  • MapKit
  • MKPointAnnotations
  • MKDirections
  • MKMapItem
  • Using User Location
  • Decoding Remote JSON Data

Future Features / Fixes

  • Fix return from map bug
  • Add more intuitive button for opening yelp

Use Instructions

This app uses yelp's API. You'll need to add a constants file with your own yelp API to make it work.

Attributions

This was developed using in CodeWithChris's iOS Foundations course. Check out the full course at https://codewithchris.com/

About

Use yelp's api to display the top 10 restaurants and sights closest to you. Practiced: API, MapKit, User Location, ObservedObject

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages