A fully functional currency converter for iOS written in Swift 4, based on Rates Exchange API. It's totally free!
- To use the app, you need an API key provided from the Rates Exchange API.
- iOS 9.0+
- Xcode 9.3+
- Swift 4.1+
Documentation for all api calls, with examples, is available at Rates Exchange API.
Replace the [YOUR_API_KEY]
in Settings.swift
with your own API key from rates exchange api.
// Rates Exchange API key [YOUR_API_KEY]
// Get your own api key from https://ratesexchange.eu
let ratesExchangeApiKey = "[YOUR_API_KEY]"
- Need help? Open an issue.
- Have a feature request? Open an issue.
- Find a bug? Open an issue.
- Want to contribute? Fork the repo and submit a pull request.
Vassilis Voutsas, voutsasva@gmail.com
ECB Currency Converter is released under the MIT license. See LICENSE for more information.