Package Exports
- lakebtc_nodejs
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (lakebtc_nodejs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
lakebtc_nodejs
npm install lakebtc_nodejsA 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);