Skip to content

💲 💻 CLI built in Go to show bitcoin market data in USD/EUR/BRL

Notifications You must be signed in to change notification settings

lucaspalencia/btc-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BTC-GO

See bitcoin market data in USD, EUR and BRL

All data comes from CoinGecko.

Installation

Using Go

$ go get github.com/lucaspalencia/btc-go
$ $GOPATH/bin/btc-go --help

Releases

Binary releases

Usage

btc-go provides these commands.

  • price, p

Price

Get current bitcoin price for the chosen currency.

Options

-c <currency> or --currency <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

btc-go price

Development

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

About

💲 💻 CLI built in Go to show bitcoin market data in USD/EUR/BRL

Topics

Resources

Stars

Watchers

Forks

Languages