Skip to content

jawerty/btcl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

btcl

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.

$ btcl mtgoxUSD
847.0

Install

Install via rubygems

$ gem install btcl

Install via Docker

$ docker build -t btcl github.com/jawerty/btcl
$ docker run btcl

Usage

Retrieve the prices from the top exchanges.

$ btcl

Alt text

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/).

$ btcl mtgoxUSD
847.0

Alt text

Get more prices.

$ btcl mtgoxUSD --verbose

or

$ btcl mtgoxUSD -v

Alt text

Contact

If you would like to contact me for further information on the project, see the info below.

Email: jawerty210@gmail.com

Github: jawerty

Twitter: @jawerty

Blog: http://jawerty.github.io

About

Follow Bitcoin exchanges from your terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages