Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 1.27 KB

readme.markdown

File metadata and controls

61 lines (36 loc) · 1.27 KB

soundify

js-standard-style Greenkeeper badge

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