@exoplay/exobot-adapter-beam

2.0.0 • Public • Published

exobot-adapter-beam

Installation

  • npm install --save @exoplay/exobot/exobot-adapter-beam

A Setup Example

import Exobot from '@exoplay/exobot';
import beam from '@exoplay/exobot-adapter-beam';

const Bot = new Exobot(BOT_NAME, {
  // ...,
  adapters: [
    new beam({
      username: 'myusername', // OR set BEAM_USERNAME
      password: 'mypassword', // OR set BEAM_PASSWORD
    })
  ],
});

License

LGPL licensed. Copyright 2016 Exoplay, LLC. See LICENSE file for more details.

Readme

Keywords

Package Sidebar

Install

npm i @exoplay/exobot-adapter-beam

Weekly Downloads

1

Version

2.0.0

License

LGPL

Last publish

Collaborators

  • ajacksified