0.1.9 • Published 5 years ago

sthjs-wrapper v0.1.9

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

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