An open API service indexing awesome lists of open source software.

https://github.com/naeemrashid/currencyconverter

Currency Converter App using fixer API at http://api.fixer.io
https://github.com/naeemrashid/currencyconverter

currency-conversion currency-converter currencyconverter java-8 javafx-8 javafx-application javafx-components javafx-desktop-apps javafx-gui jfoenix-project

Last synced: 24 days ago
JSON representation

Currency Converter App using fixer API at http://api.fixer.io

Awesome Lists containing this project

README

        

## CurrencyConverter
### Demo:
![alt text](https://github.com/naeemkhan12/CurrencyConverter/blob/master/src/application/resources/img/1vi9b2.gif "Demo Gif")

### Description
Currency Converter is a utility to convert currency rates to and from several countries. Application uses [fixer.io](http://api.fixer.io) API to get the latest data from the internet.Currency exchange rates are according to [European Central Bank](https://www.ecb.europa.eu/home/html/index.en.html).

#### Limitations
+ Application does not support all the countries currency exchange.
+ Supported currencies includes
``` "AUD","BGN","BRL","CAD","CHF","CNY","CZK","DKK","GBP","HKD","HRK","HUF","IDR","ILS","INR","JPY","KRW","MXN","MYR","NOK","NZD","PHP","PLN","RON","RUB","SEK","SGD","THB","TRY","ZAR","EUR" ```

#### Contribute
+ [Clone](https://github.com/naeemkhan12/CurrencyConverter.git) the project , use it , find and report bugs.
+ Clone the project by creating new branch with name of the feature you want to build , add the features and send a pull request.
#### Download
[Download](https://github.com/naeemkhan12/CurrencyConverter/releases) the App and *enjoy*.