Skip to content

Latest commit

 

History

History
 
 

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

CCXT Cryptocurrency Trading Library Examples

- 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

JavaScript Examples (work in progress)

node path/to/example.js # substitute for actual filename here

bitcoin ascii chart

Python

Python Examples (work in progress)

basic-chart

python path/to/example.py # substitute for actual filename here

PHP

PHP Examples (work in progress)

php -f path/to/example.php # substitute for actual filename here

See Also

bitcoin-chart-cli by madnight – a command-line console util that draws Bitcoin, Ether, Litecoin and many altcoin charts right in the terminal!

bitcoin-chart-cli

It uses the asciichart JavaScript module by kroitor for nice-looking lightweight ASCII line charting )) Both packages are available in npm!

asciichart

Special thx to MitchTalmadge for porting this package to Java language! Java-people, check it out here: ASCIIGraph.