See bitcoin market data in USD, EUR and BRL
All data comes from CoinGecko.
$ go get github.com/lucaspalencia/btc-go
$ $GOPATH/bin/btc-go --help
btc-go
provides these commands.
- price, p
Get current bitcoin price for the chosen currency.
Choose a currency: usd, eur or brl
If you don't specify the option, the currency by default is usd.
$ btc-go price
$ btc-go price -c eur
$ btc-go price -c brl
To run btc-go
on your local computer, following this step-by-step instruction:
$ git clone [email protected]:lucaspalencia/btc-go.git
$ cd btc-go
$ go run main.go --help