soundify
v2.0.60
Published
stream tracks to devices from multiple sources
Downloads
23
Maintainers
Readme
soundify
Search and play different music sources.
So far youtube, soundcloud and spotify are supported.
usage
var soundify = require('soundify')
soundify(configPath) // default .env
config
Here is where all your secret keys for the supported services are.
see config example
stream
Checkout stream for the supported implementations
search
Checkout search for the supported implementations
Additional support or help
Pull requests welcome!
docker
If you don't want to compile ffmpeg et al. you can use docker.
You need to setup your .env in the volume /opt/soundify
REMOTE_SPEAKER=http://yourip:9000 npm run docker:run
Then you need to run remote-speaker
install
npm install soundify
license
MIT