-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit d747156
Showing
8 changed files
with
3,760 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Javascript Audio Player | ||
|
||
Audio player build by howlerjs, esbuild, slimjs | ||
|
||
## Installation | ||
|
||
```bash | ||
npm install | ||
|
||
``` | ||
|
||
## Running development | ||
|
||
```bash | ||
npm run compile && npm run start | ||
|
||
``` | ||
|
||
## Production | ||
|
||
```bash | ||
npm run compile | ||
|
||
``` | ||
|
||
Upload all file to hosting | ||
|
||
## Featured | ||
|
||
- Next, Prev, Play, Pause button | ||
- Saving internet data usage (because howlerjs decrease size mp3 file) | ||
- Option Music List | ||
- Small resource | ||
|
||
## DEMO | ||
|
||
Audio Player: https://mrtampan.github.io/jomb-howl/ | ||
|
||
Music List: https://mrtampan.github.io/caem_bank/data.json | ||
|
||
## Music Bank | ||
|
||
https://github.com/mrtampan/caem_bank | ||
|
||
You can modify data.json for your music list |
Oops, something went wrong.