/downtube

Go Application that converts YouTube videos to MP3s

Primary LanguageGo

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