Simple app helping to find a coffee shop with specialty coffee near user.
On the frist screen user can explore it over a map. Every coffee shop has a photo, description, Instagram link and address.
On the second screen all coffee shops are displayed in a list with title, photo and address.
App developed using:
- Swift
- Storyboards
- AutoLayout
- GoogleMaps SDK
- CocoaPods
- Flask app on Heroku
App developed only for portfolio usage, not for for commercial use.
Install 'GoogleMaps' and 'GooglePlaces' pods from Podfile.
In the file AppDelegate.swift
replace [GOOGLE_API_KEY]
in the line
let googleApiKey = "[GOOGLE_API_KEY]"
by valid API key. For more details about the key go to link