Converting currencies in your terminal
sh
$ make build
make sure you've rust (1.43 nightly) installed on your system.
``` sh
USAGE:
forex [FLAGS] [OPTIONS]
FLAGS: --no-cache bypass cache -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-p, --precision
ARGS:
EXAMPLE: $ forex 12000 IDR USD $ forex 12000 IDR USD GBP # multiple target currency $ forex -p 5 12000 IDR USD # set precision point to 5 $ forex --no-cache 12000 IDR USD # skip using cache and straight up call the API ```