2 releases
0.1.1 | Sep 13, 2019 |
---|---|
0.1.0 | Sep 13, 2019 |
#19 in #currencies
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
~428K SLoC