lakebtc_nodejs
v0.1.8
Published
LakeBTC REST API code sample for node.js
Downloads
17
Readme
lakebtc_nodejs
npm install lakebtc_nodejs
A basic API code sample for the LakeBTC REST API. Please refer to their documentation for all calls explained. Check out example.js
for a list of all possible calls and their parameters.
var Lakebtc = require('lakebtc');
var publicLakeBTC = new Lakebtc;
publicLakeBTC.ticker(console.log);