betastar.js

1.1.2 • Public • Published

betastar-wrapper

Downloads

About

A very lightweight node.js wrapper for the Blacket chat

The documentation can be found here

Installation

npm install betastar.js

Usage

const betastarjs = require('betastar.js');

const client = new betastarjs('zastix', 'NotMyRealPassword');

client.sendMessage("This message is from Node.js!")

client.on('sentMessage', data => {
    console.log(data.message);
});

Package Sidebar

Install

npm i betastar.js

Weekly Downloads

12

Version

1.1.2

License

MIT

Unpacked Size

33.2 kB

Total Files

9

Last publish

Collaborators

  • zastix