crypto-ticker-cli

1.0.3 • Public • Published

📈 Crypto-Ticker-CLI

Crypto-Ticker-CLI is a commandline application that shows cryptocurrency prices in realtime using WebSockets.

🛠 Installation

Using npm package manager (recommended)

Run the following command:

npm i -g crypto-ticker-cli

From source

  git clone -b main https://github.com/RushDynamic/crypto-ticker-cli
  cd crypto-ticker-cli
  chmod +x ./src/app.js
  ./src/app.js

👨‍💻 Usage

Simply run the application, and enter the desired coin symbols separated by spaces.

Example:

crypto-ticker-cli
Enter a list of Coin Ticker Symbols: btc eth ftm

Coin		Price (USDT)
BTC	 --- 	39191.14
ETH	 --- 	2589.99
FTM	 --- 	1.2051

Package Sidebar

Install

npm i crypto-ticker-cli

Weekly Downloads

4

Version

1.0.3

License

MIT

Unpacked Size

6.1 kB

Total Files

9

Last publish

Collaborators

  • rushdynamic