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.
npm install -g dickcoin
And dickcoin will be installed globally to your system path.
-
dickcoin check
- check coin price info
-
dickcoin watch
- watch live coin price info
-
dickcoin watch-list
- manage your cryptocurrency watch-list
dickcoin check price
- 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>
dickcoin check watchlist-price
dickcoin watch price
- 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>
dickcoin watch watchlist-price
- change the currency (default: "USD")
dickcoin watch price --cur <currency>
dickcoin watchlist
- 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:
MIT