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

https://github.com/eftakhairul/crypto-terminal-watch

A terminal based app
https://github.com/eftakhairul/crypto-terminal-watch

cli command-line-app crypto cryptocurrencies cryptocurrency ctw golang golang-application golang-library

Last synced: about 1 year ago
JSON representation

A terminal based app

Awesome Lists containing this project

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
Written By: Eftakhairul Islam

## Examples
```console
ctw
```
It will returns top 10 crypto currency in USD.

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

```console
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.

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

```console
ctw -c GBP -l 20
```
It will returns top 20 crypto currency in GBP.

## Manual Installation
* MacOS
Homebrew
```console
brew tap eftakhairul/crypto-terminal-watch https://github.com/eftakhairul/crypto-terminal-watch
brew install ctw
```

* Linux [Download here](https://github.com/eftakhairul/crypto-terminal-watch/raw/master/release/ctw_linux_amd64)
```console
cp ctw_linux_amd64 /opt
ln -s /opt/ctw_linux_amd64 /usr/local/bin/
```

* Windows [Download here](https://github.com/eftakhairul/crypto-terminal-watch/raw/master/release/ctw_windows_amd64.exe)

Run ctw_windows_amd64.exe in commadline

## Version
v0.0.1

## License
MIT

## Wrapper of CoinMarketCap API
[GO Docs](https://godoc.org/github.com/eftakhairul/crypto-terminal-watch/crypto)

## Contributing
[Here](https://github.com/eftakhairul/crypto-terminal-watch/blob/master/CONTRIBUTING.md)

## Development setup
```console
mkdir -p $GOPATH/src/github.com/eftakhairul
cd $GOPATH/src/github.com/eftakhairul
git clone https://github.com/eftakhairul/crypto-terminal-watch
cd crypto-terminal-watch
make setup_development
```

### Test
```console
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
* [Eftakhairul Islam]

#### Donate to this project
[Donate] - Donate through paypal

[Eftakhairul Islam]:https://eftakhairul.com
[Donate]:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=eftakhairul%40gmail%2ecom&lc=CA&item_name=Eftakhairul%20world&item_number=web_product&currency_code=CAD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted