- Xcode 10+
- Swift 4+
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.