munar-adapter-plugdj
Version:
plug.dj adapter for Munar
37 lines (28 loc) • 658 B
Markdown
[] Adapter for [plug.dj].
```shell
$ npm install --save munar-adapter-plugdj
```
```js
{
"adapters": [
["plugdj", {
"room": "<your-plugdj-room>",
// The rest of the options are treated as a Plugged login credentials
// object. See https://github.com/SooYou/plugged/wiki/%5BFUNCTION%5D-login
"email": "my-plugdj-bot@plug.dj",
"password": "qwerty123",
// Or, using Facebook login:
"userID": "345634514",
"accessToken": "<your token>"
}]
]
}
```
[]
[]: http://munar.space
[]: https://plug.dj/
[]: ../../LICENSE