shahbaz-project04-currency-converter
v1.0.2
Published
./js-compiled-files/index.js
Downloads
5
Readme
Currency Converter CLI Application
This Project is a Command-Line interface (CLI) based Application build using Node.js & TypeScript.
Install
# Install globally (recommended to avoid installation again & again).
npm install -g shahbaz-project04-currency-converter
#run directly with npx (installs CLI on every run)
npx shahbaz-project04-currency-converter
Features
The application provides the following features:
- Fetches real-time currency conversion rates.
- Provides an interactive CLI for users to select currencies and input the amount to convert.
- Displays the conversion result in a well-formatted table.
- Allows users to perform multiple conversions in a single run.
Preview
Deployment
This CLI is deployed as Pacage on Node Pacage Manager
Dependencies
The application uses the following Dependencies:
- @types/inquirer ^9.0.7
- chalk ^5.3.0
- cli-table3 ^0.6.3
- dayjs ^1.11.10
- inquirer ^9.2.12