An open API service indexing awesome lists of open source software.

https://github.com/ashishprasadgit/flickr-search-mvvm

A basic Flickr Search App in swift3 that uses MVVM, ReactiveCocoa and Moya
https://github.com/ashishprasadgit/flickr-search-mvvm

moya moyaexampleswift moyanetworkadapterexample mvvm-architecture reactivecocoa reactivecocoa-mvvm reactiveswift swift3

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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.