dickcoin

1.0.3 • Public • Published

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 info
  • dickcoin watch - watch live coin price info
  • dickcoin 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

Package Sidebar

Install

npm i dickcoin

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

39.1 kB

Total Files

14

Last publish

Collaborators

  • mdig