moomoo

1.0.0 • Public • Published

Moomoo.js

Control Moomoo.io clients through Node.js.

Installation

Install it with this NPM command:

npm install git+https://github.com/Nebula-Developers/Moomoo.js.git

Alternative, use Yarn:

yarn add https://github.com/Nebula-Developers/Moomoo.js

Usage

This module exports the client class and a utility function that allows you to get server information to connect with.

const moo = require("moomoo");
 
async function start() {
    const server = await moo.parseServerLink("http://moomoo.io/?server=8:21:0");
 
    const bot = moo.MoomooClient(server);
    bot.addEventListener("socketOpen", () => {
        bot.spawn();
    });
}
start();

Package Sidebar

Install

npm i moomoo

Weekly Downloads

7

Version

1.0.0

License

MIT

Unpacked Size

7.27 kB

Total Files

7

Last publish

Collaborators

  • haykam821