#command-line-tool #currencies #converting

app exchage

A commandline tool converting currencies

2 releases

0.1.1 Sep 13, 2019
0.1.0 Sep 13, 2019

#12 in #currencies

MIT license

13KB

exchage

A commandline tool converting currencies.

Installation

$ cargo install exchage

Usage

Obtain an API key from https://www.currencyconverterapi.com/ and export it to the API_KEY environment variable.

$  export API_KEY=...

$ exchage 1 AUD_USD
Given Amount: "1"
Base Amount: $1.0
Rate: 0.686816
Target Amount: $0.686816

Dependencies

~20MB
~433K SLoC