1.0.0 • Published 2 years ago

inquirer_currency_converter_04_zm v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Currency Converter

This is a simple currency converter program written in Node.js using the inquirer library. It allows you to convert between three currencies: USD, AED and PKR.

Usage

To use this program, you will need to have Node.js installed on your machine.

Once you have done that, open up a terminal window and navigate to the directory containing the program files. Then run node index.js to start the program.

You will be asked three questions:

  1. Select your currency:
  2. Select your conversion currency:
  3. Enter your amount:

Once you have answered these questions, the program will calculate and output the converted amount in the console window.