dickcoin
v1.0.3
Published
Crypto-currency tracker for command line interface
Downloads
7
Maintainers
Readme
dickcoin
dickcoin is a CLI tool that helps you keep eye on cryptocurrency prices up to date.
dickcoin allows creating your own crypto watchlist, for checking in real-time around 2532 kind of coins.
Installation
npm install -g dickcoin
And dickcoin will be installed globally to your system path.
Usage
Main commands
dickcoin check
- check coin price infodickcoin watch
- watch live coin price infodickcoin watch-list
- manage your cryptocurrency watch-list
Checking price (default: "BTC,ETH,ICX,XRP,XLM")
dickcoin check price
Options:
- add specific coin types (e.g.: "BTC,ETH,ICX,XRP,XLM")
dickcoin check price --coin <type>
- change the currency (default: "USD")
dickcoin check --cur <currency>
Checking price from watchlist
dickcoin check watchlist-price
Watching price in real time (default: "BTC,ETH,ICX,XRP,XLM")
dickcoin watch price
Options:
- add specific coin types for watching (e.g.: "BTC,ETH,ICX,XRP,XLM")
dickcoin watch price --coin <type>
- change the currency (default: "USD")
dickcoin watch price --cur <currency>
Watching the coins price from a watchlist in real-time
dickcoin watch watchlist-price
Options:
- change the currency (default: "USD")
dickcoin watch price --cur <currency>
Manage cryptocurrency watchlist
dickcoin watchlist
Options:
- add cryptocurrency to watchlist
dickcoin watchlist add
- show cryptocurrency watchlist
dickcoin watchlist show
- remove cryptocurrency from watchlist
dickcoin watchlist remove
- remove watchlist
dickcoin watchkist remove-all
For CLI options, use the -h
(or --help
) argument:
License
MIT