coinchart
v1.1.3
Published
Display cryptocurrency candlestick charts in your terminal
Downloads
13
Maintainers
Readme
coinchart
Display cryptocurrency candlestick charts in your terminal.
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.