1.1.2 • Published 2 years ago

betastar.js v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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);
});
1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago