munar-adapter-plugdj
v2.1.2
Published
plug.dj adapter for Munar
Downloads
9
Maintainers
Readme
munar-adapter-plugdj
Installation
$ npm install --save munar-adapter-plugdj
Usage
{
"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": "[email protected]",
"password": "qwerty123",
// Or, using Facebook login:
"userID": "345634514",
"accessToken": "<your token>"
}]
]
}