concerned3rdparty / youtube_downloader

An akka-http show case: YoutubeUrl => MediaFile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

youtube_downloader

Run

sbt run
then, server is ready on 0.0.0.0:8080.

Dockerize

sbt docker
it will produce a docker image named hello/hello
docker run -Pid hello/hello
then an docker container is running in the background, sounds and kicks
-i
is used here, as the interactive mode keep script running in the background
instead of terminating at the end of the script

About

An akka-http show case: YoutubeUrl => MediaFile


Languages

Language:Scala 70.1%Language:HTML 21.7%Language:CoffeeScript 8.2%