0.0.2 • Published 6 years ago

cryptoexchanges v0.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

cryptoexchanges

An all in one library for the various cryptocurrency exchanges. This library takes inspiration from ccxt.

Getting started

npm install --save cryptoexchanges

Usage

Simply import the exchange you wish to use

// es6
import Binance from 'cryptoexchanges';
// es5
const Biannce = require('cryptoexchanges');

const binance = new Binance();

Current support

NameSupported
BiannceYes
GdaxYes
KucoinYes