hraza9-currency-converter
v1.3.0
Published
This is a simple command-line interface (CLI) currency converter built using TypeScript, Inquirer, and Node.js. It allows users to convert currencies based on predefined exchange rates.
Downloads
7
Readme
Currency Converter CLI
This is a simple command-line interface (CLI) currency converter built using TypeScript, Inquirer, and Node.js. It allows users to convert currencies based on predefined exchange rates.
Added Features
- Expanded the currency options to 10 countries.
- Added colors with Chalk library.
- Made currency selection dynamic.
- Precise results using "toFixed(2)" method for two decimal places.
Using npx
You can run MyTodo directly using npx
without installing it globally. Simply open your terminal and enter the following command:
npx hraza9-currency-converter