| Crates.io | hodl-ticker |
| lib.rs | hodl-ticker |
| version | 2.0.0 |
| created_at | 2018-03-13 18:05:38.968745+00 |
| updated_at | 2020-10-04 17:14:46.885518+00 |
| description | Rust cryptocurrency prices on CLI |
| homepage | |
| repository | https://github.com/kooparse/hodl-ticker |
| max_upload_size | |
| id | 55384 |
| size | 83,925 |
Get cryptocurrency prices from your terminal!
cargo install hodl-tickercd to the project's locationcargo build --release./target/release/hodl-ticker -hYou 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 EUR, GBP and JPY.
// Convert prices to Euro
$ hodl-ticker -c eur
// Convert prices to Yenn
$ hodl-ticker -c jpy
You can use the -f (or --filter) to choose which cryptocurrencies to see.
$ hodl-ticker -f Bitcoin "Bitcoin Cash"
You can use the -l (or --limit) to limit the number of currencies fetched.
$ hodl-ticker -l 20
You can use the -w (or --watch) to trigger the watch mode, data will be fetch every 5 secs.
$ hodl-ticker -w
You can use the -h (or --help) to find all valid options of hodl-ticker
This project is using the great CoinGecko API.