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 = ;var network = 'main'; //or 'dev'smartholdemApi;