- this is a work in progress, more examples coming soon!
To run the ccxt examples from any folder type one of the following commands in console.
JavaScript Examples (work in progress)
node path/to/example.js # substitute for actual filename here
Python Examples (work in progress)
python path/to/example.py # substitute for actual filename here
PHP Examples (work in progress)
php -f path/to/example.php # substitute for actual filename here
bitcoin-chart-cli by madnight – a command-line console util that draws Bitcoin, Ether, Litecoin and many altcoin charts right in the terminal!
It uses the asciichart JavaScript module by kroitor for nice-looking lightweight ASCII line charting )) Both packages are available in npm!
Special thx to MitchTalmadge for porting this package to Java language! Java-people, check it out here: ASCIIGraph.