tradeblock-node

0.9.5 • Public • Published

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.

Package Sidebar

Install

npm i tradeblock-node

Weekly Downloads

0

Version

0.9.5

License

MIT

Unpacked Size

12 kB

Total Files

7

Last publish

Collaborators

  • hyperether