crypto-terminal-watch

command module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2018 License: MIT Imports: 1 Imported by: 0

README

ctw Logo

Crypto Terminal Watch -- ctw

A terminal based app for watching cryptocurrency rate in different currency

Travis Software License Go Report Card Go Doc SayThanks.io

Examples

ctw 

It will returns top 10 crypto currency in USD.

ctw BTC

It will returns exchnage rate only for Bitcoin (BTC) in USD. It supports almost all the crypto currencies.

ctw -c CAD ETH

It will returns exchnage rate only for Ethereum (ETH) in CAD. You can get rate in some other currencies such as GBP, EUR, AUD, JPY etc.

ctw -c EUR

It will returns top 10 crypto currency in EUR. Default top 10 currencies. you can set limit. Look at next example.

ctw -c GBP -l 20

It will returns top 20 crypto currency in GBP.

Manual Installation

  • MacOS Homebrew
brew tap eftakhairul/crypto-terminal-watch https://github.com/eftakhairul/crypto-terminal-watch
brew install ctw
cp ctw_linux_amd64 /opt
ln -s /opt/ctw_linux_amd64 /usr/local/bin/

Run ctw_windows_amd64.exe in commadline

Version

v0.0.1

License

MIT

Wrapper of CoinMarketCap API

GO Docs

Contributing

Here

Development setup

mkdir -p $GOPATH/src/github.com/eftakhairul
git clone https://github.com/eftakhairul/crypto-terminal-watch
make setup_development

Test

make test

Future Plan / Features

  • Check transaction details of bitcoins by bitcoin address
  • Check transaction details of Etherium by etherium address
  • Listing all ERC20 tokens you holding by etherium address
  • Listing all ERC20 toklens with calculating real time price by etherium address
Authors
Donate to this project

Donate - Donate through paypal

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package cmd provides terminal interface for crypto coins
Package cmd provides terminal interface for crypto coins
Package crypto package with common coin interface for all crypto related API
Package crypto package with common coin interface for all crypto related API

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL