https://github.com/xxczaki/cash-cli
  
  
    💰💰 Convert currency rates directly from your terminal! 
    https://github.com/xxczaki/cash-cli
  
cash-cli cli convert-currency-rates currencies currency exchange exchange-rates fixer-io javascript money nodejs npm npm-package open-source rates terminal xo
        Last synced: 7 months ago 
        JSON representation
    
💰💰 Convert currency rates directly from your terminal!
- Host: GitHub
- URL: https://github.com/xxczaki/cash-cli
- Owner: xxczaki
- License: mit
- Created: 2017-10-10T13:55:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-23T14:43:39.000Z (over 2 years ago)
- Last Synced: 2024-10-10T09:16:12.363Z (about 1 year ago)
- Topics: cash-cli, cli, convert-currency-rates, currencies, currency, exchange, exchange-rates, fixer-io, javascript, money, nodejs, npm, npm-package, open-source, rates, terminal, xo
- Language: JavaScript
- Homepage: https://npmjs.com/package/cash-cli
- Size: 340 KB
- Stars: 231
- Watchers: 7
- Forks: 17
- Open Issues: 15
- 
            Metadata Files:
            - Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license
 
Awesome Lists containing this project
- awesome-cli-apps - cash-cli - Convert Currency Rates. (Productivity / Finance)
- awesome-nodejs - cash-cli - Convert between 170 currencies. (Packages / Command-line apps)
- fucking-awesome-cli-apps - cash-cli - Convert Currency Rates. (Productivity / Finance)
- awesome-node - cash-cli - Convert between 170 currencies. (Packages / Command-line apps)
- awesome-nodejs-cn - cash-cli - **star:238** 转换170种货币 (包 / 命令行程序)
- awesome-nodejs - cash-cli - Convert Currency Rates using your terminal! - ★ 66 (Command-line apps)
- awesome-nodejs-cn - cash-cli - 170 种货币汇率转换 (包 / 命令行程序)
- stars - xxczaki/cash-cli - 💰💰 Convert currency rates directly from your terminal! (JavaScript)
- fucking-awesome-nodejs - cash-cli - Convert between 170 currencies. (Packages / Command-line apps)
- fucking-awesome-nodejs - cash-cli - Convert between 170 currencies. (Packages / Command-line apps)
- awesome-nodejs-cn - cash-cli - 170种货币之间转换命令. (目录 / 命令行应用)
README
          
   
  
cash-cli
  Convert Currency Rates directly from your Terminal!
  

## Highlights
* Fast & Simple
* Supports multiple APIs
* Caches API results
## Install
via [npm](https://www.npmjs.com/) :package: 
```
npm install --global cash-cli
```
via [homebrew](https://brew.sh/) :beer: 
```
brew install cash-cli
```
## Usage
```bash
	Usage
		$ cash   
		$ cash 
	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:
- [Exchange Rates API (default)](https://exchangeratesapi.io/)
- [Fixer](https://fixer.io/)
- [Currency Layer](https://currencylayer.com/)
- [Open Exchange Rates](https://openexchangerates.org/)
If you want `cash-cli` to support your favorite API, please [open an issue](https://github.com/xxczaki/cash-cli/issues/new) :smile:
## Related projects
- [gocash](https://github.com/basebandit/gocash) - Copy of cash-cli, written in golang.
## License
[MIT](https://opensource.org/licenses/MIT)