Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sumansourabh14/music-app
Music App containing tracks and artworks. In Progress
https://github.com/sumansourabh14/music-app
Last synced: about 1 month ago
JSON representation
Music App containing tracks and artworks. In Progress
- Host: GitHub
- URL: https://github.com/sumansourabh14/music-app
- Owner: Sumansourabh14
- Created: 2022-08-09T07:59:10.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-08T04:38:44.000Z (over 2 years ago)
- Last Synced: 2023-04-16T20:50:11.222Z (over 1 year ago)
- Language: JavaScript
- Size: 36.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Music Player
**Technologies used:** [JavaScript](https://javascript.info/), [HTML](https://developer.mozilla.org/en-US/docs/Web/HTML), [CSS](https://developer.mozilla.org/en-US/docs/Web/css)
## About
Webpage that plays a random audio track with the Web Audio API of JavaScript.
## Features
* Plays a random audio track with the Web Audio API of JavaScript.
* Includes the ability to pause & play the track
* Users can jump to any given point in the track with the help of the progress bar.
* Hosted on Github PagesProject: [Link](https://sumansourabh14.github.io/Music-App/)
## Helpful Links
* [Project](https://sumansourabh14.github.io/Music-App/)
* [HTMLMediaElement API](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement)
* [Web Audio API](https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API)Thank you for viewing this project.