1.0.0 • Published 6 years ago

cryptotracker_cli v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

cryptotracker_cli

Command line to track cryptocurrency

Getting Started

Install the command-line tool:

npm install -g cryptotracker

Usage

To display the guide of how cryptotracker works, just run

cryptotracker

cryptotracker guide

To display a specific ticker's live stream, run

cryptotracker binance -t btc/usdt

cryptotracker with one ticker

You can list multiple tickers at once with

cryptotracker binance -t btc/usdt etc/usdt

cryptotracker with two tickers

To display all the tickers from an exchange, run

cryptotracker binance -m

cryptotracker with two tickers

Built With

  • ccxt - A cryptocurrency exchange trading library
  • blessed - A curses-like library with a high level terminal interface

License

This project is licensed under the MIT License - see the LICENSE.md file for details