2.3.1 • Published 8 months ago

maxblox.js v2.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
8 months ago

About

maxblox.js is a convenient npm library that simplifies the usage of the Roblox API, making it easier for developers to interact with Roblox in their Node.js projects.

Features

  • Simplified and streamlined integration of the Roblox API
  • Easy authentication and login process
  • Access to various Roblox API endpoints and functionalities

Installation

npm install maxblox.js

Import Files

Here's an example of import zoblox.js in your project:

const { Max } = require('maxblox.js');
// If you are using ES6 modules, follow the following code:
import { Max } from 'maxblox.js';

Usage

Here's an example of how to log in and retrieve the username and ID using maxblox.js:

const max = new Max();

max.on('userReady', () => console.log(`Logged in : ${max.me.username} `));

(async () => {
  await max.login(COOKIE); // Replace COOKIE with your RobloxSecurity
})();

Links

Help

If you don't understand something in the documentation, you are experiencing problems, or you just need a gentle nudge in the right direction, please don't hesitate to join our official maxblox.js Server.

Developers

2.3.1

8 months ago

2.3.0

8 months ago

2.2.0

8 months ago

2.1.0

8 months ago

2.0.0

8 months ago

1.8.0

8 months ago

1.5.0

8 months ago

4.9.0

8 months ago

4.10.0

8 months ago

4.11.0

8 months ago

1.0.0

8 months ago