YouTube to MP3 Converter – A simple website that allows users to convert YouTube videos to MP3 using a free API. Built using HTML, CSS, JavaScript, and DOM manipulation.
A simple YouTube to MP3 Converter built using HTML, CSS, JavaScript, and DOM manipulation. This project allows users to enter a YouTube video URL and convert it into an MP3 file using a free API.
✅ Easy to Use – Just paste a YouTube link and click convert.
✅ No Backend Needed – Works with a free external API.
✅ Modern UI – Styled with CSS for a clean and responsive design.
✅ Fast Conversion – Uses an embedded iframe for instant results.
- HTML – Structure of the webpage.
- CSS – Styling and UI design.
- JavaScript – Logic for extracting YouTube video ID and integrating the API.
- API Integration – Uses
apiyt.comfor MP3 conversion.
- Clone this repository:
git clone https://github.com/your-username/youtube-to-mp3-converter.git
- Open the
index.htmlfile in your browser. - Enter a YouTube video URL.
- Click the Convert button.
- The MP3 download link will appear in an embedded iframe.
This project uses a third-party API for YouTube to MP3 conversion. The availability and functionality of the service depend on the API provider.
This project is an open-source project.
Feel free to fork, improve, or report issues! Contributions are welcome. 😊