raffeys-currency
v1.0.2
Published
This is a simple command-line currency converter project created by "Raffey." The application allows users to convert an amount in Pakistani Rupees (PKR) to other currencies such as USD, CAD, EUR, and GBP.
Downloads
3
Readme
Currency Converter
This is a simple command-line currency converter project created by "Raffey." The application allows users to convert an amount in Pakistani Rupees (PKR) to other currencies such as USD, CAD, EUR, and GBP.
Usage
Install dependencies:
npm install
Run the application:
tsc cd ./dist node app
Alternatively, you can install the package globally and run it from anywhere in your terminal:
npm i raffeys-currency
npx raffeys-currency
- Follow the on-screen prompts to enter the amount in PKR, choose the desired currency for conversion, and optionally exit the program.
Features
- Convert PKR to USD, CAD, EUR, and GBP.
- User-friendly command-line interface.
- Option to exit the program.
Dependencies
- inquirer - For interactive command-line prompts.
- chalk - For colorful console output.
- node-banner - For displaying banners in the console.
Credits
- Project created by Raffey
- Banner display powered by node-banner