tumyui-currency-converter
v1.0.0
Published
A CLI application to convert currencies using real-time exchange rates.
Downloads
2
Readme
CLI Currency Converter
A simple command-line application to convert amounts between different currencies using real-time exchange rates.
Installation
- Clone this repository.
- Navigate to the cloned directory.
- Run
npm install
to install the required dependencies. - Sign up at ExchangeRate-API or any other currency exchange API service to get an API key.
- Create a
.env
file in the root directory of this project and add your API key like so:EXCHANGERATE_API_KEY=your_api_key_here
.
How to Use
- Start the application by running
npm start
. - Follow the prompts to enter the currency you are converting from, the currency you are converting to, and the amount to convert.
- The application will display the converted amount in the target currency.
Enjoy converting currencies with ease directly from your terminal!