1.0.3 • Published 2 years ago

crypto-ticker-cli v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

📈 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