All Projects → JamesKyburz → soundify

JamesKyburz / soundify

Licence: other
streaming youtube, soundcloud and spotify

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].