1.0.0 • Published 8 years ago

dashboard-js-sdk v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

Dashboard-js-sdk

Installation 1. npm install @playpowerlabs/dashboard-js-sdk --save 2. var dashboard = require('dashboard-js-sdk');

Api

  1. dashboard.get(query): Promise< Data >

    Data is game levels.

    query is object with gameName, entryPoint

  2. dashboard.log(logText): void

    logText is string which will be logged according to the platform

1.0.0

8 years ago