aviaryan / cmd-crypto-chart

Last 24-hour chart of cryptocurrencies in your terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMD Crypto Chart

Commandline program to show cryptocurrency charts on demand. Project created to learn Rust.

GIF

GIF Preview

Development

# for compiling and running all at once
cargo run
# for formatting code
cargo fmt
# cleaning deps and temporary build stuff
cargo clean

Using

cmd_crypto_chart [coin=bitcoin]
# examples
cmd_crypto_chart
cmd_crypto_chart bitcoin
cmd_crypto_chart ethereum

Distribution

cargo build --release
./target/release/cmd_crypto_chart

About

Last 24-hour chart of cryptocurrencies in your terminal


Languages

Language:Rust 100.0%