maxblox.js

2.3.1 • Public • Published


Discord server npm version npm downloads

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

Readme

Keywords

Package Sidebar

Install

npm i maxblox.js

Weekly Downloads

14

Version

2.3.1

License

ISC

Unpacked Size

4.11 MB

Total Files

1169

Last publish

Collaborators

  • max.js