Webserver for downloading youtube videos. Ready for docker. If you have questions, read the blog post.
npm install && npm start
docker build -t <your username>/ytdl-webserver .
docker run -p 3000:3000 -d <your username>/ytdl-webserver
To start contributing you only have to run one command.
npm run dev
This will start webpack and a dev server on localhost:8080
MIT