Skip to content

LakeBTC/lakebtc_nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

LakeBTC REST API code sample for node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages