coinboard

1.0.1 • Public • Published

Bitcoin dashboard on CLI

Check bitcoin prices on CLI 💻

Features

  • Coins Chart
  • Coins Ranking

Coming features

  • Coins list display
  • Coins subscription
  • Section toggling

and more...

Installation

Coinboard requirs node 8.* or later

$ npm install -g coinboard

Usage

$ coinboard

Options

  -V, --version              output the version number
  -c, --coin <string>        BOTH: specify the coin e.g. BTC, ETH... (Default: BTC)
  -cur, --currency <string>  BOTH: specify the currency of coin (Default: USD)
  -d, --days <number>        CHART: number of days the chart will go back, must be 90 > days > 0 (Default: 30)
  -r, --rank <number>        RANK: starting rank (Default: 0)
  -l, --limit <number>       RANK: specify the number of coins to display (Default: 5)
  -h, --help                 output usage information

Development

$ git clone https://github.com/teddylun/coinboard.git
$ cd coinboard
$ npm install -g 
$ npm link
$ coinboard

Data sources

License

MIT

Package Sidebar

Install

npm i coinboard

Weekly Downloads

11

Version

1.0.1

License

MIT

Unpacked Size

301 kB

Total Files

7

Last publish

Collaborators

  • teddylun