momo-ozawa / CurrencyLayer

:moneybag: A currency converter app built with RxSwift, MVVM architecture, and the currencylayer API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CurrencyLayer

A currency converter app built with RxSwift, MVVM architecture, and the currencylayer API

Notes

  • Rates are fetched from the currencylayer API using the free API access key.
  • Rates fetched from the API are persisted locally to limit bandwidth usage. If it's been more than 30 minutes since the last fetch, the app will refetch new rates from the API. Othewise, the app will display the previously fetched rates.
  • The base currency selection is persisted across app launches.
Exchange Rates Screen Supported Currencies Screen
Screen Shot 2020-06-29 at 20 47 12 Screen Shot 2020-06-29 at 20 26 08

About

:moneybag: A currency converter app built with RxSwift, MVVM architecture, and the currencylayer API


Languages

Language:Swift 99.2%Language:Ruby 0.8%