threesixty-js-sdk
v0.3.5
Published
JavaScript Development Kit for 360Player public APIs.
Readme
threesixty-js-sdk
JavaScript Development Kit for 360Player public APIs.
Installing
yarn add threesixty-js-sdkDevelopment
Linting
Use Flow for code linting.
yarn run lintTesting
Use Jest for unit and functional tests.
yarn run testCaveats
In src/index.js, all request methods MUST be capsed (GET, PATCH etc).
Deploying
Make sure you have babel-node installed globally. Version can be either of major, minor or patch.
babel-node deploy <version>