1.0.13 • Published 2 years ago

audioshake.js v1.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago