dashboard-js-sdk
v1.0.0
Published
Downloads
1
Readme
Dashboard-js-sdk
Installation
npm install @playpowerlabs/dashboard-js-sdk --save
var dashboard = require('dashboard-js-sdk');
Api
- dashboard.get(query): Promise< Data >
Data is game levels.
query is object with gameName, entryPoint
- dashboard.log(logText): void
logText is string which will be logged according to the platform