code_with_riaz_hussain-cli_currency_converter
v1.0.0
Published
--- # CLI Currency Converter
Downloads
2
Readme
CLI Currency Converter
Welcome to the CLI Currency Converter! This command-line tool allows you to convert currency values between different countries based on the latest exchange rates.
Features
- Convert currency values between various countries.
- Interactive command-line interface (CLI) for easy usability.
- Updated exchange rates as of May 01, 2024.
Usage
Clone the repository:
git clone https://github.com/Riaz-Hussain-Saifi/CLI-Currency_Converter.gitNavigate to the project directory:
cd CLI-Currency_ConverterInstall dependencies:
npm installRun the CLI Currency Converter:
npm startFollow the prompts to select the currency to convert from, the currency to convert to, and enter the amount to convert.
After each conversion, you'll be prompted to choose whether you want to convert another currency or exit the program.
Dependencies
- [inquirer] https://www.npmjs.com/package/inquirer For interactive command-line prompts.
- [chalk] https://www.npmjs.com/package/chalk For colorizing the output.
License
This project is licensed under the MIT License - see the LICENSE file for details.
