Skip to content

steven807/cryptocurrency-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptocurrency-rs

Screenshot

screen shot 2017-12-28 at 12 22 02 pm

Install && Running

  • Fork or download this repository.
  • cd to the project's location
  • run cargo build --release
  • run ./target/release/rust-crypto -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
$ crypto-rs -c eur
// Convert prices to Yenn
$ crypto-rs -c jpy

You can use the -h (or --help) to find all valid options of crypto-rs

This project is highly inspired by coinmon: https://github.com/bichenkk/coinmon

About

💸 Cryptocurrency prices on CLI in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%