Skip to content

xx745/youtube-to-mp3

Repository files navigation

YouTube to MP3

Node.js app which converts YouTube videos to mp3 files.

You can use GitPod to start contributing

Open in Gitpod

Using locally

  1. Install dependencies

    yarn
  2. Start server

    yarn dev
  3. Load http://localhost:3000 in your browser

  4. Depending on the file size conversion might take from few seconds to few hours.

Running inside Docker (Alpine image)

  1. Build docker image - this is required only once
    make build
  2. Run Docker container - this is required only once
    make run
  3. Start Docker container (use after running make run)
    make start
  4. Stop Docker container
    make stop
  5. Enter containers bash
    make bash

Load http://localhost:3000 in your browser