/rx-bookshelf

Simple bookshelf project to learn RxSwift

Primary LanguageSwiftMIT LicenseMIT

RxBookshelf

Build Status codebeat badge

Simple project of a bookshelf to learn Reactive programming in Swift with RxSwift.

Installation

This project uses Carthage. Run

carthage update --configuration Debug --platform iOS

to install RxSwift frameworks in debug mode.

Server

⚠️ In order to work, this app uses another personal project called bookshelf-server. Please, refer to the Installation section of project page to get the server up and running.

After that fill the IP of the server in the Configuration.plist file as follow:

TODO

See Projects section.

License

This code is licensed under the MIT License.