Giter Site home page Giter Site logo

tirupati17 / currency-converter-swift3.0-viper Goto Github PK

View Code? Open in Web Editor NEW
217.0 217.0 53.0 939 KB

Calculates money quick and easy way to see live foreign exchange rates (Based on swift 4.2, viper architecture and special thanks to https://github.com/hakanensari/fixer-io for conversion API)

C 0.68% Swift 97.62% Ruby 1.17% HCL 0.53%
alamofire clean-architecture converter currency-converter finance ios open-source swift swift3 viper viper-architecture

currency-converter-swift3.0-viper's People

Contributors

borajeon avatar tirupati17 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

currency-converter-swift3.0-viper's Issues

Add NTD

Suggestion, add NTD (New Taiwanese Dollar) to list of currencies as it seems to have been not included in the App as well.

Add More Countries

the api only has few bunch of countries, can the api support other currencies.

Doesn't work

The problem is linked with podfile - when I try to run pod install - I get:

[!] Error installing Crashlytics
[!] /usr/bin/curl -f -L -o /var/folders/sy/4_wxmzmj75j733p9k30rms7d7rjblp/T/d20170622-2535-12kcl4p/file.zip https://kit-downloads.fabric.io/cocoapods/crashlytics/3.8.4/crashlytics.zip --create-dirs --netrc-optional

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (35) SSL peer handshake failed, the server most likely requires a client certificate to connect

Why do you use crashlytics at all in this project?

json error

i have this error

Call can throw, but it is not marked with 'try' and the error is not handled
let jsonObject = JSON(data: response.data!)

Alamofire.request("http://api.fixer.io/latest?base=\(baseCurrencyCode)").responseJSON { response in print(response.request?.description) if response.result.isSuccess { let jsonObject = JSON(data: response.data!) completion?(jsonObject as AnyObject) } else { failed?(response.result.error as AnyObject) } } }

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.