aspernaturet
Version:
A library for cryptocurrency trading and e-commerce with support for many bitcoin/ether/altcoin exchange markets and merchant APIs
51 lines (29 loc) • 2.04 kB
Markdown
# CCXT Cryptocurrency Trading Library Examples
```diff
- 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](https://github.com/kroitor/ccxt/tree/master/examples/js) (work in progress)
```shell
node path/to/example.js # substitute for actual filename here
```
<img width="842" alt="bitcoin ascii chart" src="https://user-images.githubusercontent.com/1294454/29673849-156f58c6-88f9-11e7-8955-fb3f37467234.png">
## Python
[Python Examples](https://github.com/kroitor/ccxt/tree/master/examples/py) (work in progress)

```shell
python path/to/example.py # substitute for actual filename here
```
## PHP
[PHP Examples](https://github.com/kroitor/ccxt/tree/master/examples/php) (work in progress)
```shell
php -f path/to/example.php # substitute for actual filename here
```
-------------------------------------------------------------------------------
## See Also
[bitcoin-chart-cli](https://github.com/madnight/bitcoin-chart-cli) by [madnight](https://github.com/madnight) – a command-line console util that draws Bitcoin, Ether, Litecoin and many altcoin charts right in the terminal!

It uses the [asciichart](https://github.com/kroitor/asciichart) JavaScript module by [kroitor](https://github.com/kroitor) for nice-looking lightweight ASCII line charting )) Both packages are available in npm!

Special thx to [MitchTalmadge](https://github.com/MitchTalmadge) for porting this package to Java! If you're a Java-guy, check it out here: [ASCIIGraph](https://github.com/MitchTalmadge/ASCIIGraph).