10.2.3 • Published 4 years ago

rtask v10.2.3

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

RTask

RTask is a simple, light-weight ticketing platform for developers.

Purpose

This is an official API wrapper that allows you to get information.

Example

const RTask = require("rtask");
const instance = new RTask.Instance({
    ip: "0.0.0.0",
    user: "root",
    pass: "1337"
});

instance.on("ready", function() {
    console.log(`The server has started on port ${instance.ip.port}.`);
});

Undocumented API Methods

.registeredUsers() - Returns an integer of the registered users.

10.2.3

4 years ago

10.0.0

4 years ago

9.9.9

4 years ago

9.9.8

4 years ago

1.0.0

4 years ago