munar-adapter-plugdj

2.1.2 • Public • Published

munar-adapter-plugdj

Munar Adapter for plug.dj.

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": "my-plugdj-bot@plug.dj",
      "password": "qwerty123",
      // Or, using Facebook login:
      "userID": "345634514",
      "accessToken": "<your token>"
    }]
  ]
}

License

ISC

Package Sidebar

Install

npm i munar-adapter-plugdj

Weekly Downloads

0

Version

2.1.2

License

ISC

Unpacked Size

13.8 kB

Total Files

13

Last publish

Collaborators

  • goto-bus-stop