Skip to content

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

Notifications You must be signed in to change notification settings

momo-ozawa/CurrencyLayer

Repository files navigation

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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published