cryptoexchanges

0.0.2 • Public • Published

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

Name Supported
Biannce Yes
Gdax Yes
Kucoin Yes

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    0
  • 0.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i cryptoexchanges

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

433 kB

Total Files

74

Last publish

Collaborators

  • mmahalwy