Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twlite/simple-audio-player
Simple HTML5 audio player to play youtube videos easily.
https://github.com/twlite/simple-audio-player
Last synced: about 1 month ago
JSON representation
Simple HTML5 audio player to play youtube videos easily.
- Host: GitHub
- URL: https://github.com/twlite/simple-audio-player
- Owner: twlite
- Created: 2020-05-09T19:43:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T19:56:44.000Z (over 4 years ago)
- Last Synced: 2024-09-20T00:28:35.419Z (about 2 months ago)
- Language: HTML
- Size: 24.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [simple-audio-player](https://simple-audio-player.glitch.me)
Simple HTML5 audio player to play youtube videos easily.# Running
- Download
- Install packages
- Run npm start
- Go to `localhost:3000`# Packages
- express (server)
- ytdl-core (getting youtube player key)
- yt-search (search youtube videos)
- quick.db (simple database to store the played songs)# Made by
**Snowflake107**