Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.21 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.21 KB

Platform Build Status Maintainability saythanks.io

Currency Converter

iOS app showing most recent exchange rates for major currency pairs. The app fetches current exchange rates from public European Central Bank API. Price is updated every 60s.

What it does?

First user enters price and selects base currency. Then, the app shows the price converted to other currencies. Exchange rates are checked and updated every minute.

Screenshot

Technologies used

  • Swift
  • URLSession
  • JSONDecoder
  • Timer

Architecture

The app uses standard vanilla Model View Controller architecture which is a golden standard for iOS apps.

Architecture

License

Copyright (c) 2018 Rafał Sroka