https://github.com/ivan-ilyich/eberus-audio-player
Audio player web app
https://github.com/ivan-ilyich/eberus-audio-player
audio-player html5 lesscss vanilla-javascript
Last synced: about 1 month ago
JSON representation
Audio player web app
- Host: GitHub
- URL: https://github.com/ivan-ilyich/eberus-audio-player
- Owner: Ivan-Ilyich
- Created: 2021-08-20T17:39:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-28T16:28:36.000Z (over 4 years ago)
- Last Synced: 2025-03-12T22:43:51.384Z (about 1 year ago)
- Topics: audio-player, html5, lesscss, vanilla-javascript
- Language: JavaScript
- Homepage: https://eberus-audio-player.herokuapp.com/
- Size: 27.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Audio Player Web App
Basic audio player web app built with [Vanilla-JS](http://vanilla-js.com/).
## Features
- Load tracks from json file
- Play/Pause tracks
- Skip to next/previous track
- Seek
- Volume up/down
- Mute
- Repeat
- Shuffle
- Add to favorites
- Remove from favorites
- Select and play track from favorites
## Possible Extensions
- Queue selected tracks
- Create playlists
- Responsive design for tablet/mobile
- Fetch tracks from third party API