FluxWithRxSwiftSample
This is a sample that was implemented the Flux Architecture using RxSwift in iOS.
It is a simple application that the user search of github.
Setup
Pod setup
pod install
API token setup
You can get personal api token for github and set token to Config.swift
apiToken = "your api token"
see more information
Warning: you can make up to 30 requests per minute
Requirements
Requires Swift3.0 and Xcode8 and iOS 9.0 or later.
Contributing
Forks, feedback are welcome.
Creator
License
FluxWithRxSwiftSample is available under the MIT license. See the LICENSE file for more info.