BitcoinMusic Javascript Library
BitcoinMusic-JS is used to access and broadcast data to the BitcoinMusic blockchain over websockets it is written in javascript and is a fork of steem-js.
https://github.com/steemit/steem-js
As such a fair amount of the documentation for steemjs does apply to btcm-js as well.
If you have questions on how to use SounDAC-js for your project please peruse those documents before asking in The BitcoinMusic Community on telegram @bitcoinmusicorg
If you are making a PR to the library please compile and test the code before submitting the PR.
Compile with :
npm run build-browser && npm run build-node
You can open testingindex.html to check and test your code.