Copyright (c) 2019, Gilles Talis [email protected]
** CurrencyConverter ** is a very basic currency converter tool It uses the European Central Bank reference rates to perform the conversions
- curl
- libxml2
mkdir build
cd build
cmake ..
make
currencyconverter -a <amount_to_convert> -f <source_currency> -t <destination_currency>