Sign inSign up

efaslancan/mp3-converter

By efaslancan

Updated about 2 years ago

educational yt mp3 converter project

Image
Networking
API management
0

1.5K

efaslancan/mp3-converter repository overview

To use this yt mp3 converter:

  • in your terminal;
  1. pull the image with "docker pull efaslancan/mp3-converter"
  2. run "docker run --name [container name] -p [your local port]:3000 efaslancan/mp3-converter"
  • example command for step 2: "docker run --name mp3conv-container -p 4001:3000 efaslancan/mp3-converter"

(*Note: [container name] can be anything you want. Port 3000 is exposed by the container, you can map any port you want in [your local port] statement. For example; on the 2.step above, you can pass 4001:3000 in your "docker run ..." command and now you can access the app on "localhost:4001" in your browser.)

Now the converter should be avaible. Open up your browser, visit "localhost:[your local port]" and you will see an input for you to paste the link of the video that you want to convert to mp3. After you paste the link, hit the "Convert to MP3" button and it should download the mp3 file.

Github repository link: https://github.com/efaslancan/mp3-converter

**This project is made for educational purposes only.

Tag summary

Content type

Image

Digest

sha256:6261c7757

Size

170.3 MB

Last updated

about 2 years ago

docker pull efaslancan/mp3-converter