0.0.3 • Published 11 months ago

blacket.js v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
11 months ago

betastar.js

Downloads(https://img.shields.io/npm/dm/blacket.js.svg?style=flat-square

About

A very lightweight node.js library for https://blacket.org/

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

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago