Currency Conversion program built using Java. This program supports 161 currencies. Live or up-to-date currency conversion is possible with API integration.
Website To Get Your Personal API Key- (exchangerate-api.com) The maximum limit is 1500 API requests per month for the free version.
Java
Libraries Used
Swing
AWT
JSON
To run the java program follow these steps-
- First, fork the repo.
- Clone the repo using- git clone [insert git url]
- Create a new Java project in VS Code.
- Make sure you have simple JSON in installed libraries otherwise program will not work.
- Replace bin and src folders with the folders cloned from the repo.
- Add simple JSON to installed libraries.
- Then open the java file. Replace the field 'YOUR_API_KEY' with your API Key obtained from any relevant website. Website/s are listed in the description.
- Then simply run and debug the project and it will work.
Coming Soon!