rknruben56 / downtube

Go Application that converts YouTube videos to MP3s

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DownTube

Go Application that Converts YouTube videos to MP3s

Tech

This service has 2 main dependencies

Local Instructions

  • Ensure docker is installed
  • Build the docker image
docker build -t latest .
  • To run locally:
docker run -p 8080:8080 downtube:latest

About

Go Application that converts YouTube videos to MP3s


Languages

Language:Go 81.1%Language:Dockerfile 18.9%