audioshake.js

1.0.13 • Public • Published

AudioShake.js

This is AudioShake library for checking job status of uploaded stems.

Using the library

npm i audioshake.js

Then in your project import the library.

import AudioShake from "audioshake.js"

const T = "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9";
AudioShake.notify({ token:T }, callback);

The configuration object should have a Base64 encoded JWT token field. The callback receives JSON update from the websocket server.

Readme

Keywords

Package Sidebar

Install

npm i audioshake.js

Weekly Downloads

0

Version

1.0.13

License

ISC

Unpacked Size

5.43 kB

Total Files

4

Last publish

Collaborators

  • ocularminds