voutsasva / RatesExchangeApi_iOS

A fully functional currency converter for iOS written in Swift 4, based on Rates Exchange API.

Home Page:https://ratesexchange.eu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swift Xcode Codacy Badge

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, voutsasva@gmail.com

License

ECB Currency Converter is released under the MIT license. See LICENSE for more information.

About

A fully functional currency converter for iOS written in Swift 4, based on Rates Exchange API.

https://ratesexchange.eu

License:MIT License


Languages

Language:Swift 100.0%