1.0.13 • Published 3 years ago

audioshake.js v1.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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.

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago