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
- Host: GitHub
- URL: https://github.com/ashishprasadgit/flickr-search-mvvm
- Owner: ashishprasadgit
- Created: 2017-10-08T05:48:04.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-08T06:04:06.000Z (over 8 years ago)
- Last Synced: 2025-01-20T08:22:58.818Z (over 1 year ago)
- Topics: moya, moyaexampleswift, moyanetworkadapterexample, mvvm-architecture, reactivecocoa, reactivecocoa-mvvm, reactiveswift, swift3
- Language: Swift
- Homepage:
- Size: 30.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.