2.0.0 • Published 4 months ago

coffee-crypto-cli v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

crypto-cli

GitHub contributors npm

Cryptocurrency CLI price tool

Table of Contents

  1. Installation
  2. Usage
  3. Flags

Installation

You can install the crypto-cli tool via npm and yarn:

npm install -g coffee-crypto-cli
yarn add global coffee-crypto-cli

Usage

$ crypto --price bitcoin --volume --ath
>> Bitcoin: $20,000 - volume: $13,337 - ATH: $68,000

Flags

Note: --price, --p is required for any of the subsequent flags.

--price, --p - coin name

Coin price change (%) in the past 24 hours.

--priceChange, --pc

Coin volume in the past 24 hours.

--volume, --v

Highest price sold in the past 24 hours.

--high

Lowest price sold in the past 24 hours.

--low

Coin all time high price.

--ath

Percent price change from the all time high.

--athChange, --athc

CLI help message.

--help

Current version.

--version

Shoutouts

Cryptocurrency coin statistics are gathered from the CoinGecko API.