0.9.5 • Published 7 years ago

tradeblock-node v0.9.5

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Tradeblock-node-sdk npm version Build Status

This SDK allows you to work with TradeBlock API

Node.JS SDK

Installation

Installing using npm (node package manager):

npm install tradeblock-node

Dependencies

Required Dependencies:

Dev Dependencies (for running tests):

Initialisation

    var tradeblock = require('tradeblock-node');
    
    var tradeAPI = tradeblock.init({
        API_KEY: '<your AUTH KEY>', 
        API_SECRET: '<your AUTH SECRET>'
    });
    

Usage

    const response = await tradeAPI.listTrades()
    

Tests

To run tests: npm test or mocha --reporter spec

License


tradeblock-node is licensed under the MIT License.

0.9.5

7 years ago

0.9.4

7 years ago

0.9.3

7 years ago

0.9.2

7 years ago

0.9.1

7 years ago

0.9.0

7 years ago

0.1.0

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago