wiki/Examples.md
To run the ccxt examples from any folder type one of the following commands in console.
node path/to/example.js # substitute for actual filename here
These examples might require the following super-useful high-quality Node.js modules by xpl:
All of the modules above are installed with the ccxt library devDependencies by npm automatically.
php -f path/to/example.php # substitute for actual filename here
python path/to/example.py # substitute for actual filename here