RatesExchangeApi_iOS
RatesExchangeApi_iOS copied to clipboard
A fully functional currency converter for iOS written in Swift 4, based on Rates Exchange API.
ECB Currency Converter
A fully functional currency converter for iOS written in Swift 4, based on Rates Exchange API. It's totally free!


Requirements
- 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
Documentation for all api calls, with examples, is available at Rates Exchange API.
Usage
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]"
Communication
- 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.
Author
Vassilis Voutsas, [email protected]
License
ECB Currency Converter is released under the MIT license. See LICENSE for more information.