2.0.0 • Published 7 years ago

@exoplay/exobot-adapter-beam v2.0.0

Weekly downloads
-
License
LGPL
Repository
github
Last release
7 years ago

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.