https://github.com/lisuke/docsify-plugin-meting-api
A docsify.js plugin for meting-api.
https://github.com/lisuke/docsify-plugin-meting-api
docsify docsify-plugin meting meting-api
Last synced: 10 months ago
JSON representation
A docsify.js plugin for meting-api.
- Host: GitHub
- URL: https://github.com/lisuke/docsify-plugin-meting-api
- Owner: lisuke
- License: mit
- Created: 2023-02-25T15:48:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T12:19:59.000Z (almost 3 years ago)
- Last Synced: 2024-08-10T20:00:00.840Z (over 1 year ago)
- Topics: docsify, docsify-plugin, meting, meting-api
- Language: JavaScript
- Homepage: https://lisuke.github.io/docsify-plugin-meting-api/
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-docsify - docsify-plugin-meting-api - A docsify.js plugin for meting-api. (Plugins)
README
# docsify-plugin-meting-api
A [docsify.js](https://docsify.js.org) plugin for [meting-api](https://github.com/topics/meting).
## Install
1. Insert APlayer into **head** tag (index.html)
```html
```
2. Then insert docsify-plugin-meting-api plugin into **body** tag
```html
```
## Usage
You can set **MetingAPI** option, example:
```html
window.$docsify = {
MetingAPI: {
elementId: 'meting',
api: 'https://api.i-meto.com/meting/api',
fixed: true,
autoplay: true,
lrcType: 3,
order: 'random',
loop: 'all',
mutex: true,
theme: '#b7daff',
playlists: [
{ server: 'netease', type: 'playlist', id: '7597958861' },
{ server: 'netease', type: 'playlist', id: '379025025' },
{ server: 'netease', type: 'playlist', id: '7383516738' },
],
},
};
```
## Example
1. Run `npm i`
2. Run `npm run docs`
3. Go to [http://localhost:3000/](http://localhost:3000/)
## License
[MIT license](LICENSE)
## TODO
- ...