sthjs-wrapper

0.1.9 • Public • Published

SmartHoldem JS API Wrapper

A Node.JS module which provides a wrapper for the SmartHoldem API.

 
npm install --save sthjs-wrapper
 

Initialization

Before you begin, choose a network to initialize a list of nodes in that network

 
var smartholdemApi = require('sthjs-wrapper');
var network = 'main'; //or 'dev'
smartholdemApi.init(network);
 

SmartHoldem API Wrapper Documentation

Dependencies (13)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i sthjs-wrapper

    Weekly Downloads

    1

    Version

    0.1.9

    License

    MIT

    Unpacked Size

    29.9 kB

    Total Files

    17

    Last publish

    Collaborators

    • technolog