Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 days ago
JSON representation

💰💰 Convert currency rates directly from your terminal!

Awesome Lists containing this project

README

        



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](https://www.npmjs.com/) :package: ![npm](https://img.shields.io/npm/v/cash-cli.svg)
```
npm install --global cash-cli
```

via [homebrew](https://brew.sh/) :beer: ![homebrew](https://img.shields.io/homebrew/v/cash-cli.svg)
```
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)