@ikhlasbano/currency-converter
v2.1.1
Published
This command-line application, built with TypeScript and Node.js, enables users to convert between various currencies using real-time exchange rates.
Downloads
3
Readme
Currency Converter (TypeScript & Node.js)
This command-line application, built with TypeScript and Node.js, enables users to convert between various currencies using real-time exchange rates.
Features
- Currency Conversion: Convert between different currencies including USD, EUR, INR, PKR, GBP, and AUD.
- Interactive Interface: Users can easily input their currency conversion preferences through an interactive command-line interface.
- Accurate Rates: Current exchange rates are fetched to ensure accurate conversions.
Prerequisites
- Node.js installed on your machine.
- npm (Node Package Manager) installed on your machine.
Installation
To install the Currency Converter CLI, use npm:
npm install -g @ikhlasbano/currency-converter
Usage
To use the Currency Converter CLI, run the following command:
currency-converter
Follow the prompts to select the source and target currencies, enter the amount, and view the converted value.
Accessing the Package on NPM
You can access the package here.
Feel free to customize the README further to add any additional information or instructions you think would be helpful for users. Happy currency conversion!