coinchart
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

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.

Package Sidebar

Install

npm i coinchart

Weekly Downloads

5

Version

1.1.3

License

MIT

Unpacked Size

9.39 kB

Total Files

6

Last publish

Collaborators

  • dmacdermott