Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukakerr/crypticker

A simple command line program to get current cryptocurrency data
https://github.com/lukakerr/crypticker

bitcoin btc cli command-line crypto cryptocurrency ethereum go golang

Last synced: about 2 months ago
JSON representation

A simple command line program to get current cryptocurrency data

Awesome Lists containing this project

README

        

# crypticker-cli

A simple command line program to get current cryptocurrency data.


crypticker

### Install

To install automatically run:

```bash
$ 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

```bash
$ 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

```bash
$ 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

```bash
$ go build main.go
```

### To Do

- [x] Add support for individual coins
- [ ] Add support for multiple currencies
- [ ] Add support for sorting by column