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
- Host: GitHub
- URL: https://github.com/eftakhairul/crypto-terminal-watch
- Owner: eftakhairul
- License: mit
- Created: 2017-09-04T23:45:32.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T04:11:13.000Z (over 4 years ago)
- Last Synced: 2025-03-29T05:04:58.903Z (about 1 year ago)
- Topics: cli, command-line-app, crypto, cryptocurrencies, cryptocurrency, ctw, golang, golang-application, golang-library
- Language: Go
- Homepage:
- Size: 16 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Crypto Terminal Watch -- ctw
A terminal based app for watching cryptocurrency rate in different currency
## 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¤cy_code=CAD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted