TiagoMaiaL / Virtual-Tourist

An app that lets its users keep and check multiple photo albums associated with the entered locations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Virtual Tourist

An app that lets its users keep and check multiple photo albums associated with the entered locations. This is also the project solution to the second assignment of the iOS Developer nanodegree from Udacity.

App images

Requirements to run this app

Versions:

  • Xcode 10+
  • Swift 4+

Flickr API:

This app uses the Flickr API to get the photos associated to an specific location. In order to use this app, you'll have to provide your own Flickr API key. To configure it, you'll need to add a new file called keys.xcconfig, inside the Supporting Files/Secrets/ folder.

Inside this file you can place your api key like this: FLICKR_API_KEY = YOUR_API_KEY_HERE. There's also a keys.example.xcconfig file you can use to copy this simple configuration.

About

An app that lets its users keep and check multiple photo albums associated with the entered locations.

License:MIT License


Languages

Language:Swift 100.0%