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

https://github.com/taejoongyoon/flickrsearch

📸 iOS app, Searching Flickr with ReactorKit
https://github.com/taejoongyoon/flickrsearch

ios reactorkit rxswift swift

Last synced: about 1 year ago
JSON representation

📸 iOS app, Searching Flickr with ReactorKit

Awesome Lists containing this project

README

          

# Flickr Search
This project is about iOS with RxSwift, [ReactorKit](https://github.com/ReactorKit/ReactorKit).

A simple application which provides a [Flickr](https://www.flickr.com) Photo search


## View
---
![My View](./README/rxSimpleFlickr.gif)


## Libraries
- ### Architecture

---

- [ReactorKit](https://github.com/ReactorKit/ReactorKit)

- ### Rx

---

- [RxSwift](https://github.com/ReactiveX/RxSwift)
- [RxDataSources](https://github.com/RxSwiftCommunity/RxDataSources)
- [RxOptional](https://github.com/RxSwiftCommunity/RxOptional)

- ### UI

---

- [SnapKit](https://github.com/SnapKit/SnapKit)

- ### Networking

---

- [Alamofire](https://github.com/Alamofire/Alamofire)
- [Kingfisher](https://github.com/onevcat/Kingfisher)

- ### Parsing

---

- [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON)
- [ObjectMapper](https://github.com/Hearst-DD/ObjectMapper)

- ### Misc.

---

- [ReusableKit](https://github.com/devxoul/ReusableKit)
- [Then](https://github.com/devxoul/Then)