Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Readme.md

Currency Converter CLI

A simple script to convert currencies.
URL used : "https://api.exchangerate-api.com/v4/latest"

How to use the script ?

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"

Screenshot

demo1 demo2