Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtampan committed Feb 4, 2023
0 parents commit d747156
Show file tree
Hide file tree
Showing 8 changed files with 3,760 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
45 changes: 45 additions & 0 deletions README.md
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
Loading

0 comments on commit d747156

Please sign in to comment.