Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mmahalwy/cryptoexchanges

An all in one library for the various cryptocurrency exchanges
https://github.com/mmahalwy/cryptoexchanges

binance bitcoin bittrex cryptocoins cryptocurrency cryptocurrency-exchanges gdax kucoin poloniex

Last synced: 9 days ago
JSON representation

An all in one library for the various cryptocurrency exchanges

Awesome Lists containing this project

README

        

# cryptoexchanges

An all in one library for the various cryptocurrency exchanges. This library takes inspiration from [ccxt](https://github.com/ccxt/ccxt).

### Getting started
```
npm install --save cryptoexchanges
```

### Usage
Simply import the exchange you wish to use
```js
// es6
import Binance from 'cryptoexchanges';
// es5
const Biannce = require('cryptoexchanges');

const binance = new Binance();
```

### Current support
|Name|Supported|
|---|---|
|Biannce|Yes|
|Gdax|Yes|
|Kucoin|Yes|