1.1.3 • Published 3 years ago
coinchart v1.1.3
coinchart
Display cryptocurrency candlestick charts in your terminal.

Installation
npm i -g coinchartExamples
coinchartReturns the default ie. BTC/USDT 1h interval chart.
coinchart ethReturns ETH/USDT 1h interval chart.
coinchart ada -i 1dReturns 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 numberContribute
Feel free to make a PR with any improvements or features.
Acknowledgements
Thanks to asciichart for the inspiration.