Currency converter converts a currency to Canadian dollars with the daily exchange rate retrieved from the Bank of Canada website.
In order to run this program, you need the following:
- Java 8 or higher
- Jsoup library
Download the Jsoup library in this website: https://jsoup.org/download.
To install Jsoup to the project using intelliJ:
- Open project in your IDE, right-click the module name
- Click "Open Module Settings" in the drop-down menu
- Select "Libraries" in the "Project Settings" menu
- Click the "+" sign
- Select the Jsoup file to add Jsoup library to the project
- Sofia Jia - Initial work