DIYgod mirror
Go to file
DIYgod 6029ce980c
mode -> loop and order
2018-03-08 00:02:07 +08:00
.github add ISSUE_TEMPLATE 2017-03-08 18:50:13 +08:00
demo mode -> loop and order 2018-03-08 00:02:07 +08:00
dist better workflow 2018-01-12 11:53:25 +08:00
src mode -> loop and order 2018-03-08 00:02:07 +08:00
webpack new modules: bar icons options player template utils user 2018-02-09 19:04:47 +08:00
.eslintrc better workflow 2018-01-12 11:53:25 +08:00
.gitignore chore(gitignore): ignore npm-debug.log 2016-04-25 21:48:45 +08:00
.travis.yml better workflow 2018-01-12 11:53:25 +08:00
LICENSE update README and LICENSE 2017-07-23 23:19:25 +08:00
README.md update README 2018-02-07 16:39:46 +08:00
package.json time module; some optimize 2018-03-02 01:50:53 +08:00
yarn.lock time module; some optimize 2018-03-02 01:50:53 +08:00

README.md

ADPlayer

APlayer

Wow, such a lovely HTML5 music player

npm npm npm size Travis devDependency Status donate

Introduction

image

APlayer is a lovely HTML5 music player to help people build audio easily.

APlayer supports:

  • Media formats
    • MP4 H.264 (AAC or MP3)
    • WAVE PCM
    • Ogg Theora Vorbis
  • Features
    • Playlist
    • Lyrics

Using APlayer on your project? Let me know!

Demo

Docs

Install

$ npm install aplayer --save

Quick Start

<div id="aplayer1" class="aplayer"></div>
<script src="dist/APlayer.min.js"></script>
var ap = new APlayer({
    element: document.getElementById('aplayer1'),
    music: {
        title: 'Preparation',
        author: 'Hans Zimmer/Richard Harvey',
        url: 'Preparation.mp3',
    }
});

Usage

Read the Docs

CDN

Join the Discussion

Who use APlayer?

Donate

Sponsor

Thank you to all our sponsors!

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

Author

APlayer © DIYgod, Released under the MIT License.
Authored and maintained by DIYgod with help from contributors (list).

Blog · GitHub @DIYgod · Twitter @DIYgod · Telegram Channel @awesomeDIYgod