An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

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

- ...