Socket
Socket
Sign inDemoInstall

beamjs-node

Package Overview
Dependencies
119
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

beamjs-node

Beam is a music-sharing, premium chat platform where you can socialise with your friends, talk on chat or voice, browse the internet with people all across the world.


Version published
Maintainers
1
Weekly downloads
1

Weekly downloads

Readme

Source
beamjs

BeamJS

Docs Status
npm installnfo

npmnpmLibraries.io dependency status for latest releaseGitHub pull requestsnode

Contents

About

What is Beam?

Beam is a music-sharing, premium chat platform where you can socialise with your friends, talk on chat or voice, browse the internet with people all across the world.

Why have we created beam.js?

beam.js is a nodejs package we created for the intention of developers to create bot's on our platform!

Installation

Node.js 12.0.0 or newer is required.

npm install beamjs-node

Example usage

let beam = require("beamjs-node");
let client = new beam.Client({
    token: "", // Client Token
    debug: false // 'true' if you wan't extra debug logs.
});

client.on("ready", (client) => { // Event fired when bot has started
    console.log("Bot is online")
    // . . .
})

client.on("message", (message) => { // Event fired when a community has got a new message
    // . . .
})

client.start() // Start the bot

Keywords

FAQs

Last updated on 27 Mar 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc