hodl-ticker 1.1.0

Rust cryptocurrency prices on CLI
hodl-ticker-1.1.0 is not a library.

HODL-TICKER

Screenshot

Install && Running

  • Fork or download this repository.
  • cd to the project's location
  • run cargo build --release
  • run ./target/release/hodl-ticker -h

Options

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