GitXplorerGitXplorer
J

soundify

public
21 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
d1578478b25c7273b4c7bbd5618f6bea65dc780e

update debug

JJamesKyburz committed 5 years ago
Unverified
2ddac9c81c1b36d994c508869720c3ae9efe6284

2.0.60

JJamesKyburz committed 7 years ago
Unverified
f7b415ae9f26b70f91cd66232319e9270eb69a41

badges

JJamesKyburz committed 7 years ago
Unverified
481aebe1aaf614031829138151b4b4c5a8326c15

Merge branch 'greenkeeper/initial'

JJamesKyburz committed 7 years ago
Unverified
7815f56eff2f29aa9d74a6fa443695066ea560d0

docs(readme): add Greenkeeper badge

ggreenkeeper[bot] committed 7 years ago
Unverified
ff06ec4161ed03d4e6392792cd025675e0b8cd8b

Merge branch 'greenkeeper-debug-2.6.6'

JJamesKyburz committed 7 years ago

README

The README file for this repository.

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