cd
to the project's locationcargo build --release
./target/release/hodl-ticker -h
You can use the -c
(or --convert
) with the fiat currency symbol to find in terms of another currency.
The default currency is USD and it supports AUD, BRL, CAD, CHF, CLP, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, ILS, INR, JPY, KRW, MXN, MYR, NOK, NZD, PHP, PKR, PLN, RUB, SEK, SGD, THB, TRY, TWD, ZAR.
// Convert prices to Euro
$ hodl-ticker -c eur
// Convert prices to Yenn
$ cryptorrency-rs -c jpy
You can use the -d
(or --desired
) to choose which cryptocurrencies to see.
$ hodl-ticker -d Bitcoin "Bitcoin Cash"
You can use the -h
(or --help
) to find all valid options of hodl-ticker
This project is highly inspired by coinmon: https://github.com/bichenkk/coinmon