It queries the Flickr photo API based on a user-defined search term. It is built using the MVVM architecture, Reactive Swift, Reactive Cocoa and Moya.
This project uses CocoaPods, therefore to get started you must first install the dependencies: pod install
Get a new API Key from Flickr and replace it in Config.Swift file https://www.flickr.com/services/api/misc.api_keys.html
Open the workspace in Xcode, and select the FlickrApp target, build and run.