my-currency-converter
v1.0.4
Published
Currency Converter is a simple command-line application built with Node.js that allows you to convert between different currencies using predefined exchange rates. ![currencyConverter](https://github.com/arman229/html-css-practice/assets/115856806/0ac879
Downloads
2
Readme
Currency Converter
Currency Converter is a simple command-line application built with Node.js that allows you to convert between different currencies using predefined exchange rates.
Features
- Convert between multiple currencies
- Interactive command-line interface
Getting Started
Make sure you have Node.js installed on your computer.
Clone this repository or download the source code.
Install the project dependencies
You can install this calculator globally using npm by running the following command:
npm i my-currency-converter
This addition informs users that they can run your program using
npx my-currency-converter
making it convenient for those who don't want to install it globally.
License
This project is licensed under the ISC License