Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/majorcadevs/youtubeaudio

Online audio player for listening YouTube videos
https://github.com/majorcadevs/youtubeaudio

audio bootstrap css react youtube-audio-player youtube-dl youtube-video

Last synced: about 2 months ago
JSON representation

Online audio player for listening YouTube videos

Awesome Lists containing this project

README

        

# YouTube Audio Player

NOTICE: This project is old and prone to being incompatible with YouTube today. This repo is archived for historic purposes.

**YouTube Audio Player** is a page for *listening* (yes, listen) YouTube videos.
The web app is made with React, Bootstrap and JavaScript.

It uses the [API](https://github.com/melchor629/youtubedl-audio-api)
made by [Melchor Garau](https://github.com/melchor629),
that uses `youtube-dl` to get the audio only URL from a YouTube video.

### Requirements
- Install the [Youtube Audio API](https://github.com/melchor629/youtubedl-audio-api)
- Node.js 10 or higher
- React 16.12

### Usage
Once you cloned the repository, just run `npm install`. To run the web use `npm start` and enjoy!

### Demo
You can try the web app in this [page](https://youtubeaudio.majorcadevs.com/).

### Authors

[RaulWhite](https://github.com/raulwhite), [Melchor9000](http://melchor9000.me), [Alkesst](http://alkesst.github.io/) & [Amgxv](http://amgxv.tech)

### License
This repository is under the MIT License.