3 releases
0.1.2 | Apr 2, 2022 |
---|---|
0.1.1 | Apr 2, 2022 |
0.1.0 | Apr 2, 2022 |
#6 in #spot
11KB
crypto-price-cli
Crypto Price Command Line in Rust to fetch spot market from FTX
just experiment cli that I learned to create my first cli app with Rust & Clap
Usage
# default is BTC/USD
cargo run
# fetch ETH/USD
cargo run -- -m ETH/USD
# help
cargo run -- --help
TODOs
- Format & Display the output.
- Update usage and more options.
APIs
Dependencies
~8–20MB
~297K SLoC