JSPM

lakebtc_nodejs

0.1.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1383
  • Score
    100M100P100Q94002F
  • License MIT

LakeBTC REST API code sample for node.js

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