February 2018
Intermediate to advanced
456 pages
9h 56m
English
Let's test our application. First, we are going to show the help message to see which options we have available:

Nice! Just as expected. Now, we can use the --setbasecurrency argument to set the base currency:

Here, I have set the base currency to SEK (Swedish Kronor) and, every time I need to perform a currency conversion, I don't need to specify that my base currency is SEK. Let's convert 100 SEK to USD (United States Dollars):
As you can see, we didn't have the exchange rate in the database yet, so the first thing ...
Read now
Unlock full access