Skip to content

voutsasva/RatesExchangeApi_iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.