Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coffee-crypto-cli

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coffee-crypto-cli

Cryptocurrency CLI price tool

  • 1.2.1-canary-6a61b55.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
52
increased by333.33%
Maintainers
1
Weekly downloads
 
Created
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

Package last updated on 29 Nov 2023

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc