A simple script to convert currencies.
URL used : "https://api.exchangerate-api.com/v4/latest"
Installations:
- readline-sync
npm install readline-sync - fetch
npm i node-fetch --save
To run the script, run this command in the terminal:
$ node "path_of_the_file"
For example:
$ node "c:\Users\Sapna\Desktop\hacking-tools-scripts\JavaScript\Currency_Converter_CLI\script.js"

