New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

dickcoin

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dickcoin

Crypto-currency tracker for command line interface

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

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

Keywords

cryptocurrency

FAQs

Package last updated on 20 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts