• Stars
    star
    117
  • Rank 301,828 (Top 6 %)
  • Language
    Swift
  • License
    MIT License
  • Created about 8 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

FluxWithRxSwiftSample

Platform Language License Issues

This is a sample that was implemented the Flux Architecture using RxSwift in iOS.

Flux Architecture

RxSwift

It is a simple application that the user search of github.

sample

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

GitHub API Tokens

GitHub API Reference

Warning: you can make up to 30 requests per minute

search rate limit

Requirements

Requires Swift3.0 and Xcode8 and iOS 9.0 or later.

Contributing

Forks, feedback are welcome.

Creator

Yuji Hato Blog

License

FluxWithRxSwiftSample is available under the MIT license. See the LICENSE file for more info.