nizamuldin-currency-convetor
v1.0.0
Published
This is a simple command-line currency converter application built using Node.js, Axios, and Inquirer. The application allows users to select a currency to convert from and to, and then it fetches the latest exchange rates from the ExchangeRate-API and pe
Downloads
4
Readme
Currency Converter
This is a simple command-line currency converter application built using Node.js, Axios, and Inquirer. The application allows users to select a currency to convert from and to, and then it fetches the latest exchange rates from the ExchangeRate-API and performs the conversion.
Installation
- Clone the repository or download the project files.
- Navigate to the project directory in your terminal.
- Run
npm install
to install the required dependencies.
Usage
- Run the application using
node index.js
. - Follow the prompts to enter the amount you want to convert and select the currencies for conversion.
- The application will display the converted amount in the selected currency.
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the MIT License - see the LICENSE file for details.