Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 388 Bytes

README_TPL.md

File metadata and controls

25 lines (17 loc) · 388 Bytes

Blastream NodeJS Sdk

All URIs are relative to https://api.v2.blastream.com/api-docs

Install

npm install blastream

Init

const Blastream = require('blastream').default;
//or in es6
//import Blastream from 'blastream';
let PUBLIC_KEY = 'XXXXXX';
let PRIVATE_KEY = 'YYYYYY';
let blastream = new Blastream(PUBLIC_KEY, PRIVATE_KEY); 

Examples

[SAMPLES]