Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (17 loc) · 1.28 KB

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.