This program is a console application that provides a simple interface to the user for converting currency from US Dollar to many others. This program is intended to be used under GNU license.
- Java
- Gradle
- Currency Data API
- Intellij Idea
- Git
- Github
This program is for converting USD to other currencies based on prevalent exchange rates. It uses Currency Data API to convert currency and return the result. This is a free API which allows 100 calls per day. It uses okhttp3 library to call the url. Use implementation("com.squareup.okhttp3:okhttp:3.14.6") in build.gradle.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate. You can contribute to fix bugs, add codes and improve the codes.