Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Pages

Project: [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.