audioshake.js
Version:
AudioShakes groovy websocket client for receiving job status notifications
20 lines (14 loc) • 471 B
Markdown
# 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.