xxczaki / cash-cli

πŸ’°πŸ’° Convert currency rates directly from your terminal!

Home Page:https://npmjs.com/package/cash-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cash-cli

Convert Currency Rates directly from your Terminal!

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

SVG

Highlights

  • Fast & Simple
  • Supports multiple APIs
  • Caches API results

Install

via npm πŸ“¦ npm

npm install --global cash-cli

via homebrew 🍺 homebrew

brew install cash-cli

Usage

	Usage
		$ cash <amount> <from> <to>
		$ cash <options>
	Options
		--api -a	        Configure API source
		--save -s 			Save default currencies
	Examples
		$ cash --api
		$ cash 10 usd eur pln
		$ cash --save usd aud

Supported APIs

Right now, cash-cli supports the following APIs:

If you want cash-cli to support your favorite API, please open an issue πŸ˜„

Related projects

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

License

MIT

About

πŸ’°πŸ’° Convert currency rates directly from your terminal!

https://npmjs.com/package/cash-cli

License:MIT License


Languages

Language:JavaScript 100.0%