Skip to content

Commit af0aca9

Browse files
authored
Update README.md
1 parent a1aa1bb commit af0aca9

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,29 @@ An HTML5 audio player that include functionalities like
77
- **Display track duration**
88
- **Display current track time**
99

10-
Here is a [Demo](https://gumbol.github.io/posts/app-project-html5-audio-player.html)
10+
Here is a [Demo](https://gumbol.github.io/posts/app-html5-audio-player.html)
1111

12+
## Requirments
13+
jquery v3.3.1 or heigher
14+
15+
16+
## Getting started
17+
* get a copy of the repository
18+
```html
19+
$git clone https://github.com/gumbol/html5-audio-player
20+
```
21+
22+
* If you did not download or clone the repository then make sure that you have the files in the same directory structure locally. Otherwise you will need to change the files path inside the index.html file.
23+
24+
```html
25+
## These are the default path of the repository
26+
<script src="js/temp-converter.js"> </script>
27+
<link rel="stylesheet" type="text/css" href="css/html5-audio-player.css">
28+
<script type="text/javascript" src="js/"></script>
29+
```
1230
## Note
13-
In order to get the same result as the Demo you will need [these css files.](https://github.com/gumbol/gumbol.github.io/tree/master/styles)
31+
In order to get the same look as the Demo you can get [the CSS files here.](https://github.com/gumbol/gumbol.github.io/tree/master/styles)
32+
33+
34+
## Licenses
35+
This app is under MIT license

0 commit comments

Comments
 (0)