Skip to content

Latest commit

 

History

History

Readme.md

Currency Converter


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.


Technologies used by this program


  • Java
  • Gradle
  • Currency Data API
  • Intellij Idea
  • Git
  • Github

About


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.


Contributing


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.


Author: Sachin Khatri --github.com/sachinkhatripro/