Follow Bitcoin markets from your terminal. btcl is a cli for retrieving Bitcoin prices from your command-line instantly.
58
Follow Bitcoin markets from your terminal.

btcl is a cli for retrieving Bitcoin prices from your command-line instantly. You can choose to get the top market or retrieve a single price quote with the exchange symbol from bitcoincharts.
$ docker run creack/btcl mtgoxUSD
847.0
Retrieve the prices from the top exchanges.
$ docker run creack/btcl
Quickly retrieve the ask price from a single exchange. The first argument is the symbol used on bitcoincharts.com (see all market symbols at bitcoincharts.com/markets/).
$ docker run creack/btcl mtgoxUSD
847.0
Get more prices.
$ docker run creack/btcl mtgoxUSD --verbose
or
$ docker run creack/btcl mtgoxUSD -v
If you would like to contact me for further information on the project, see the info below.
Email: [email protected]
Github: jawerty
Twitter: @jawerty
No tags have been pushed to this repository yet.