coinchart

Display cryptocurrency candlestick charts in your terminal


Keywords
crypto chart, candlestick chart, candlestick, chart, cryptocurrency, graph, bitcoin, bitcoin graph, crypto, ethereum, terminal
License
MIT
Install
npm install coinchart@1.1.3

Documentation

coinchart

Display cryptocurrency candlestick charts in your terminal.

screenshot

Installation

npm i -g coinchart

Examples

coinchart

Returns the default ie. BTC/USDT 1h interval chart.

coinchart eth

Returns ETH/USDT 1h interval chart.

coinchart ada -i 1d

Returns ADA/USDT 1d interval chart.

Options

Options:
  -h, --help      Show help
  -i, --interval  Interval eg. 15m, 4h, 1d                       [default: "1h"]
  -p, --pair      Coin pairing eg. BTC, BNB, ETH               [default: "USDT"]
  -l, --limit     Number of candlesticks                           [default: 50]
  -r, --rows      Graph height in rows                             [default: 25]
  -v, --version   Show version number

Contribute

Feel free to make a PR with any improvements or features.

Acknowledgements

Thanks to asciichart for the inspiration.