@abdul_waheed/currency-convertor
v2.0.2
Published
Currency Convertor CLI: A TypeScript CLI tool for converting currencies using real-time exchange rates.
Downloads
2
Readme
Currency Converter CLI
Description
A simple CLI tool for converting currency between Pakistani Rupee (PKR), US Dollar (USD), and Saudi Riyal (SAR).
Features
Convert from PKR, USD, or SAR to any other supported currency. Round the converted amount to two decimal places. Stylish output using Chalk for a better user experience.
Installation
- Clone the repository: git clone
https://github.com/your-username/currency-converter.git
- Navigate to the project directory:
cd currency-converter
- Install dependencies:
npm install
Usage
- Run the CLI:
npm start
- Follow the prompts to select the input currency, amount, and output currency.
- View the converted amount.
Technologies Used
TypeScript Node.js Inquirer (for CLI interaction) Chalk (for styling output)
License
This project is licensed under the MIT License.