Skip to content
/ cash-cli Public
forked from xxczaki/cash-cli

💰💰 Convert Currency Rates using your terminal!

License

Notifications You must be signed in to change notification settings

xeBuz/cash-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cash-cli

Convert Currency Rates directly from your Terminal!

Build Status npm Downloads Code Style Dependencies Mentioned in Awesome Node.js

SVG

Install

via npm 📦

npm install --global cash-cli

via homebrew 🍺

brew install cash-cli

Usage

You will need a Fixer.io API key. Get it here for free.

	Usage
		$ cash <amount> <from> <to>
		$ cash <options>
	Options
		--save -s 			Save default currencies
		--key -k	        Set API key
	Examples
		$ cash 10 usd eur pln
		$ cash --save usd aud 
		$ cash --key [key]

Available Currencies

See currencies.json file.

Thanks:

  • Money.js for providing great and simple conversion library.
  • Fixer.io for providing awesome currency conversion API.

License

MIT

About

💰💰 Convert Currency Rates using your terminal!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%