Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jawerty/btcl
Follow Bitcoin exchanges from your terminal.
https://github.com/jawerty/btcl
Last synced: 11 days ago
JSON representation
Follow Bitcoin exchanges from your terminal.
- Host: GitHub
- URL: https://github.com/jawerty/btcl
- Owner: jawerty
- License: mit
- Created: 2013-12-09T04:18:01.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-07T06:48:40.000Z (almost 10 years ago)
- Last Synced: 2024-10-06T07:17:40.815Z (about 1 month ago)
- Language: Ruby
- Size: 730 KB
- Stars: 91
- Watchers: 8
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](/public/1.png)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](/public/2.png)Get more prices.
```
$ btcl mtgoxUSD --verbose
```or
```
$ btcl mtgoxUSD -v
```
![Alt text](/public/3.png)# Contact
If you would like to contact me for further information on the project, see the info below.Email: [email protected]
Github: jawerty
Twitter: @jawerty
Blog: