Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.45 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.45 KB

CurrencyConverter

Real time currency converter by API: https://currencylayer.com

License: MIT Platform Swift 5 iOS 12

Real time currency converter by API: https://currencylayer.com

  • Using RxSwift for MVVM architecture
  • Using Alamofire for API calling
  • Using NVActivityIndicatorView for showing progress while fetch data from the server
  • Data Parsing by Codable Protocol
  • Unit Testing & UI Testing

Example

alt text

To run the project, clone the repo, and run pod install from the Currency-Converter directory first.

Contribute

We would love you for the contribution to CurrencyConverter, check the LICENSE file for more info.

License

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