lakebtc_nodejs

0.1.8 • Public • Published

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

Package Sidebar

Install

npm i lakebtc_nodejs

Weekly Downloads

15

Version

0.1.8

License

MIT

Last publish

Collaborators

  • lakebtc