lukakerr / crypticker

A simple command line program to get current cryptocurrency data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crypticker-cli

A simple command line program to get current cryptocurrency data.

crypticker

Install

To install automatically run:

$ curl https://raw.githubusercontent.com/lukakerr/crypticker/master/install.sh | sh

This will execute install.sh and place the crypticker binary in /usr/local/bin.

After this, you are able to run the crypticker-cli by executing crypticker.

Usage

$ crypticker             # Get top 10 coins
$ crypticker -l 20       # Pass an integer to get more coin data
$ crypticker -c bitcoin  # Pass a coin name to get singular data
$ crypticker -h          # Get help

Running

$ git clone https://github.com/lukakerr/crypticker.git

$ cd crypticker-cli

# Install tablewriter dependency
$ go get github.com/olekukonko/tablewriter

$ go run main.go

Building

$ go build main.go

To Do

  • Add support for individual coins
  • Add support for multiple currencies
  • Add support for sorting by column

About

A simple command line program to get current cryptocurrency data


Languages

Language:Go 95.1%Language:Shell 4.9%