coffee-crypto-cli

2.0.0 • Public • Published

crypto-cli

GitHub contributors npm

Cryptocurrency CLI price tool

Table of Contents

  1. Installation
  2. Usage
  3. Flags
  4. Local Development
  5. Contributing

Installation

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

npm install -g coffee-crypto-cli

Usage

$ crypto bitcoin
>> Bitcoin: $20,000

Flags

Name Description
--price-change, --pc Coin price change (%) in the past 24 hours
--volume, --v Coin volume in the past 24 hours
--ath-change, --athc Percent price change from the all time high
--high, --h Highest price sold in the past 24 hours
--low, --l Lowest price sold in the past 24 hours
--ath Coin all time high price
--save json,csv Save coin data via JSON and/or CSV
--help Flag description and usage examples
--version Current version

Local Development

Clone the repo, install the dependencies, and, build the project.

git clone https://github.com/Zidious/crypto-cli.git
yarn install --frozen-lockfile && yarn build

To run the CLI locally:

node dist/index.js bitcoin

Contributing

We use Conventional Commits for commit messages.

Shoutouts

Cryptocurrency coin statistics are gathered from the CoinGecko API.

Package Sidebar

Install

npm i coffee-crypto-cli

Weekly Downloads

0

Version

2.0.0

License

MIT

Unpacked Size

30.7 kB

Total Files

28

Last publish

Collaborators

  • zidious