An Army of Ones Currency Converter You plan on traveling around the world using a stack of 1 US dollar bills. Write an app that will calculate the exchange rate for any number of dollar bills, represented by an integer value, into the following currencies: GBP, EUR, JPY, BRL. Input: The app should have at least one text input to enter the number of dollars. You can use the currency api from fixer.io to retrieve exchange rates from USD to the following currencies: UK Pounds (GBP) EU Euro (EUR) Japan Yen (JPY) Brazil Reais (BRL)
Using data from http://api.fixer.io/
- iOS 8+
- Cocoa Pods
- Swift 1.2
This project is using Cocoa Pods, to open it please use Army of Ones.xcworkspace and execute the following command in the terminal
pod install
- Jorge Ovalle - iOS Dev @lojals
#Contribute
The project is in a very early stage but feel free to open any issue regarding the application it self or the project structure, coding style, etc.
The MIT License (MIT)
Copyright © 2015 Jorge Ovalle
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.