Socket
Socket
Sign inDemoInstall

coffee-crypto-cli

Package Overview
Dependencies
75
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee-crypto-cli

Cryptocurrency CLI price tool


Version published
Maintainers
1
Weekly downloads
3
decreased by-25%

Weekly downloads

Readme

Source

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

NameDescription
--price-change, --pcCoin price change (%) in the past 24 hours
--volume, --vCoin volume in the past 24 hours
--ath-change, --athcPercent price change from the all time high
--high, --hHighest price sold in the past 24 hours
--low, --lLowest price sold in the past 24 hours
--athCoin all time high price
--save json,csvSave coin data via JSON and/or CSV
--helpFlag description and usage examples
--versionCurrent 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.

Keywords

FAQs

Last updated on 29 Nov 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc