update README

This commit is contained in:
DIYgod 2018-03-12 02:10:30 +08:00
parent e50b13d8f6
commit 19dab80cb2
No known key found for this signature in database
GPG Key ID: EC0B76A252D3EF67
1 changed files with 55 additions and 83 deletions

138
README.md
View File

@ -31,43 +31,9 @@ APlayer is a lovely HTML5 music player to help people build audio easily.
Using APlayer on your project? [Let me know!](https://github.com/MoePlayer/APlayer/issues/79)
**[Demo](http://aplayer.js.org)**
**[Docs](https://aplayer.js.org)**
**[Docs](http://aplayer.js.org/docs)**
## Install
```
$ npm install aplayer --save
```
## Quick Start
```html
<div id="aplayer1" class="aplayer"></div>
<script src="dist/APlayer.min.js"></script>
```
```js
var ap = new APlayer({
element: document.getElementById('aplayer1'),
music: {
title: 'Preparation',
author: 'Hans Zimmer/Richard Harvey',
url: 'Preparation.mp3',
}
});
```
## Usage
[Read the Docs](http://aplayer.js.org/docs)
## CDN
- [jsDelivr](https://www.jsdelivr.com/package/npm/aplayer)
- [cdnjs](https://cdnjs.com/libraries/aplayer)
- [unpkg](https://unpkg.com/aplayer/)
**[中文文档](https://aplayer.js.org/#/zh-Hans/)**
## Join the Discussion
@ -76,57 +42,69 @@ var ap = new APlayer({
## Related Projects
- [APlayer-Typecho-Plugin](https://github.com/zgq354/APlayer-Typecho-Plugin)
- [hexo-tag-aplayer](https://github.com/grzhan/hexo-tag-aplayer)
- [163music-APlayer-you-get-docker](https://github.com/YUX-IO/163music-APlayer-you-get-docker)
- [Hermit-X(APlayer for WordPress)](https://github.com/liwanglin12/Hermit-X)
- [vue-aplayer](https://github.com/SevenOutman/vue-aplayer)
- [APlayer_for_Z-BlogPHP](https://github.com/fghrsh/APlayer_for_Z-BlogPHP)
- [php-aplayer](https://github.com/Daryl-L/php-aplayer)
- [react-aplayer](https://github.com/sabrinaluo/react-aplayer)
- [vue-aplayer](https://github.com/MoeFE/vue-aplayer)
- [APlayer-Controler](https://github.com/Mashiro-Sorata/APlayer-Controler)
- [APlayerHandle](https://github.com/kn007/APlayerHandle)
- [MetingJS](https://github.com/metowolf/MetingJS)
- Feel free to submit yours in [`Let me know!`](https://github.com/MoePlayer/APlayer/issues/79)
### Plugins
- [APlayer-Typecho-Plugin](https://github.com/zgq354/APlayer-Typecho-Plugin): Typecho
- [hexo-tag-aplayer](https://github.com/grzhan/hexo-tag-aplayer): Hexo
- [Hermit-X(APlayer for WordPress)](https://github.com/liwanglin12/Hermit-X): WordPress
- [APlayerHandle](https://github.com/kn007/APlayerHandle): WordPress
- [APlayer_for_Z-BlogPHP](https://github.com/fghrsh/APlayer_for_Z-BlogPHP): Z-BlogPHP
- [react-aplayer](https://github.com/sabrinaluo/react-aplayer): React
- [vue-aplayer](https://github.com/SevenOutman/vue-aplayer): Vue
- [vue-aplayer](https://github.com/MoeFE/vue-aplayer): Vue
- [php-aplayer](https://github.com/Daryl-L/php-aplayer): PHP
### Tooling
- [APlayer-Controler](https://github.com/Mashiro-Sorata/APlayer-Controler): controling tool
- [MetingJS](https://github.com/metowolf/MetingJS): work with Meting music API
## Who use APlayer?
- [站长之家](http://www.chinaz.com/15year/index.html)
- [TheFatRat](http://thefatrat.cn/)
- [Jelly Rue](http://jellyrue.com/)
- [Justice_Eternal吧曲谱资源站](http://lightmoon.pw)
- [Justice_Eternal吧曲谱资源站(移动端)](https://justice-eternal.github.io/)
- [歌词千寻](https://www.lrcgc.com/diy)
- [iSearch](http://i.oppsu.cn)
- [LRC歌词编辑器](https://github.com/MoeFE/Lyric)
- [LLSupport](https://www.lovelivesupport.com/)
- [Jelly Rue](http://jellyrue.com/): Jelly Rue, an indie pop-rock band from Tartu.
- [LLSupport](https://www.lovelivesupport.com/): This site provides a lot of information about LoveLive
- [站长之家](http://www.chinaz.com/15year/index.html): 针对中文站点提供资讯、技术、资源、服务
- [Justice_Eternal吧曲谱资源站](http://lightmoon.pw): 一个非营利的、兴趣驱动的曲谱编辑、发布与整理解决方案
- [Justice_Eternal吧曲谱资源站(移动端)](http://jefun.top/): 一个非营利的、兴趣驱动的曲谱编辑、发布与整理解决方案
- [歌词千寻](https://www.lrcgc.com/diy): 歌词千寻LRC歌词编辑器
- [iSearch](http://i.oppsu.cn): 一个提供 iTunes 搜索,试听,高清专辑封面获取,查看最新音乐动态等综合性平台
- [LRC歌词编辑器](https://github.com/MoeFE/Lyric): 一款非常实用的在线LRC歌词编辑器
- [Аэростатика](https://aerostatica.ru/)
- Feel free to submit yours in [`Let me know!`](https://github.com/MoePlayer/APlayer/issues/79)
## Donate
- [Donate via OpenCollective](https://opencollective.com/aplayer)
- [Donate via Paypal](https://www.paypal.me/DIYgod)
- [Donate via WeChat Pay](https://ws4.sinaimg.cn/large/006tKfTcgy1fhu1uowywej307s07st8h.jpg)
- [Donate via Alipay](https://ws4.sinaimg.cn/large/006tKfTcgy1fhu1vf4ih7j307s07sdfm.jpg)
- Donate via Bitcoin: 13CwQLHzPYm2tewNMSJBeArbbRM5NSmCD1
APlayer is an MIT licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing.
## Sponsor
## One-time Donations
Thank you to all our sponsors!
We accept donations through these channels:
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://console.upyun.com/register/?invite=BkLZ2Xqob" target="_blank">
<img width="222px" src="https://imgur.com/apG1uKf.png">
</a>
</td>
</tr>
</tbody>
</table>
- [Paypal](https://www.paypal.me/DIYgod)
- [WeChat Pay](https://i.imgur.com/aq6PtWa.png)
- [Alipay](https://i.imgur.com/wv1Pj2k.png)
- Bitcoin: 13CwQLHzPYm2tewNMSJBeArbbRM5NSmCD1
## Recurring Pledges
Recurring pledges come with exclusive perks, e.g. having your name or your company logo listed in the APlayer GitHub repository and this website.
- Become a backer or sponsor via [OpenCollective](https://opencollective.com/aplayer)
- E-mail us: i#html.love
## Current Premium Sponsors
### Special Sponsors
<a href="https://pear.hk/" target="_blank">
<img width="222px" src="https://i.imgur.com/5qQYmfc.png">
</a>
<a href="https://console.upyun.com/register/?invite=BkLZ2Xqob" target="_blank">
<img width="222px" src="https://imgur.com/apG1uKf.png">
</a>
### OpenCollective backers
![](https://opencollective.com/APlayer/backers.svg?width=890)
## Contributors
@ -134,12 +112,6 @@ This project exists thanks to all the people who contribute.
<a href="https://github.com/MoePlayer/APlayer/graphs/contributors"><img src="https://opencollective.com/APlayer/contributors.svg?width=890" /></a>
## Backers
Thank you to all our backers!
<a href="https://opencollective.com/APlayer#backers" target="_blank"><img src="https://opencollective.com/APlayer/backers.svg?width=890"></a>
## Author
**APlayer** © [DIYgod](https://github.com/DIYgod), Released under the [MIT](./LICENSE) License.<br>