Example for use RxSwift in MVVM IOS Swift 5
Use the API from themoviedb (https://developers.themoviedb.org/3/getting-started/introduction) to request data.
The proyect use RxSwift (https://github.com/ReactiveX/RxSwift) read to info.
MVVM Article (https://medium.com/flawless-app-stories/mvvm-in-ios-swift-aa1448a66fb4) read to info.
struct Constants {
static let apiKey = "?api_key=YOUR_API_KEY"
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.