This Currency Converter is a command-line program designed to convert between different currencies using real-time exchange rates.
- Converts between multiple currencies.
- Uses real-time exchange rates fetched from a reliable source.
- Simple command-line interface (CLI) for easy interaction.
- Clone the repository.
- Navigate into the project directory.
- Install dependencies (if any).
- Start the program.
- Run the program and follow the prompts to convert currencies.
- Enter the amount to convert, the source currency, and the target currency.
- The program will fetch the latest exchange rates and display the converted amount.
Example usage: Enter the amount to convert: 100 Enter the source currency (3-letter code): USD Enter the target currency (3-letter code): EUR
100 USD is approximately 88.44 EUR (as per latest exchange rates).
- Currency exchange rates are sourced from https://cdn.jsdelivr.net/npm/@fawazahmed0/currency-api@latest/v1/currencies).