Search and play different music sources.
So far youtube, soundcloud and spotify are supported.
var soundify = require('soundify')
soundify(configPath) // default .env
Here is where all your secret keys for the supported services are.
see config example
Checkout stream for the supported implementations
Checkout search for the supported implementations
Pull requests welcome!
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
npm install soundify
MIT