Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/majorcadevs/youtubeaudio
- Owner: MajorcaDevs
- License: mit
- Archived: true
- Created: 2018-03-24T15:26:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T11:03:56.000Z (7 months ago)
- Last Synced: 2024-09-28T03:21:31.371Z (about 2 months ago)
- Topics: audio, bootstrap, css, react, youtube-audio-player, youtube-dl, youtube-video
- Language: JavaScript
- Homepage: https://youtubeAudio.majorcadevs.com/
- Size: 5.02 MB
- Stars: 13
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
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.