/cash-cli

💰💰 Convert Currency Rates using your terminal!

Primary LanguageJavaScriptMIT LicenseMIT

cash-cli

Convert Currency Rates directly from your Terminal!

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

SVG

Install

via npm 📦 npm

npm install --global cash-cli

via homebrew 🍺 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
		--key -k	        Set API key
		--save -s 			Save default currencies
	Examples
		$ cash --key [key]
		$ cash 10 usd eur pln
		$ cash --save usd aud 

Available currencies

See currencies.json file.

Thanks:

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

Related projects

  • gocash - Copy of cash-cli, written in golang.

License

MIT