moolahh
v1.0.1
Published
A CLI Tool to get real time exchange rates for over 168 world currencies
Downloads
4
Readme
Moolahh
A CLI Tool to get real time exchange rates for over 168 world currencies
🚀 Installation
npm i -g moolahh
📈 Usage
Get latest exchange rates. Base currency can be passed as an optional parameter. By default it is USD
moolahh all [base]
Get details about all currency. Symbol can be passed as an optional parameter to get info about single currency
moolahh details [symbol]
Get conversion rate of currency. Both parameters are required and should be currency symbols.
moolahh convert <from> <to>