Skip to content

A basic Flickr Search App in swift3 that uses MVVM, ReactiveCocoa and Moya

Notifications You must be signed in to change notification settings

ashishprasadgit/Flickr-Search-MVVM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Flickr-Search Sample App - Designed in MVVM using Reactive Swift and Moya

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.

Instructions

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.