Youtube audio streamer.
1.5K
This is a simple youtube audio streamer. It stream sound of a provided youtube URL to your browser.
After start point your browser to http://localhost:3000, write (or paste) the youtube URL of the video and push
the "listen" button.
$ npm install
$ npm run build
$ npm run start
You can also run the app inside a docker container executing run.sh script.
It will create local image called youtube-audio-streamer.
$ npm test
You can also test it inside a docker container executing test.sh script.
It will create two Docker images: youtube-audio-streamer and youtube-audio-streamer-travis.
Build:
$ docker build . -t youtube-audio-streamer
Run container:
$ docker run --rm -it -p 3000:3000 youtube-audio-streamer
Content type
Image
Digest
Size
76.7 MB
Last updated
over 8 years ago
docker pull carloscastillo/youtube-audio-streamer