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
- Host: GitHub
- URL: https://github.com/naeemrashid/currencyconverter
- Owner: naeemrashid
- License: mit
- Created: 2017-09-06T07:33:29.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T05:38:32.000Z (over 7 years ago)
- Last Synced: 2025-04-10T03:53:26.411Z (24 days ago)
- Topics: currency-conversion, currency-converter, currencyconverter, java-8, javafx-8, javafx-application, javafx-components, javafx-desktop-apps, javafx-gui, jfoenix-project
- Language: Java
- Homepage:
- Size: 5.89 MB
- Stars: 33
- Watchers: 3
- Forks: 24
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## CurrencyConverter
### Demo:
### 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*.