Sign inSign up

carloscastillo/youtube-audio-streamer

By carloscastillo

Updated over 8 years ago

Youtube audio streamer.

Image
0

1.5K

carloscastillo/youtube-audio-streamer repository overview

Youtube Audio Streamer Build Status Codacy Badge

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.

Installation

$ npm install

Build

$ npm run build

Start

$ 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.

Test

$ 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.

Docker image

Build:

$ docker build . -t youtube-audio-streamer

Run container:

$ docker run --rm -it -p 3000:3000 youtube-audio-streamer

Deploy to now.sh

Deploy to
now

Tag summary

Content type

Image

Digest

Size

76.7 MB

Last updated

over 8 years ago

docker pull carloscastillo/youtube-audio-streamer