4.12.0 • Published 4 months ago

zoblox.js v4.12.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

About

zoblox.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

To use zoblox.js in your Node.js project, you can install it via npm:

npm init
npm install zoblox.js

Import Files

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

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

Usage

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

const zoblox = new Zoblox();

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

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

Links

Contributing

Contributions are welcome! If you encounter any issues or have suggestions for improvements, please feel free to submit a pull request or open an issue on the GitHub Repository.

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 zoblox.js Server.

Developers

4.12.0

4 months ago

2.1.0-beta.10

11 months ago

4.9.0

10 months ago

2.11.0

11 months ago

2.2.0

11 months ago

2.4.0

11 months ago

2.0.0-beta

12 months ago

2.6.0

11 months ago

2.8.0

11 months ago

3.9.3

10 months ago

3.9.2

10 months ago

3.9.1

10 months ago

3.9.0

10 months ago

3.9.6

10 months ago

3.9.5

10 months ago

3.9.4

10 months ago

2.0.0

11 months ago

3.4.0

11 months ago

3.2.0

11 months ago

2.0.0-beta.100

11 months ago

3.10.1

10 months ago

3.8.0

11 months ago

3.10.0

10 months ago

3.10.3

10 months ago

3.6.0

11 months ago

3.10.2

10 months ago

2.0.0-beta.105

11 months ago

3.0.0

11 months ago

2.15.0

11 months ago

2.13.0

11 months ago

4.4.0

10 months ago

4.6.0

10 months ago

4.0.0

10 months ago

4.2.0

10 months ago

4.10.0

10 months ago

2.0.0-beta.110

11 months ago

4.8.0

10 months ago

2.3.0

11 months ago

2.12.0

11 months ago

2.5.0

11 months ago

2.10.0

11 months ago

2.7.0

11 months ago

2.5.1

11 months ago

2.9.0

11 months ago

2.1.0

11 months ago

2.1.0-beta.100

11 months ago

2.1.0-beta.1

11 months ago

3.3.0

11 months ago

3.1.0

11 months ago

2.0.0-beta.200

11 months ago

3.11.0

10 months ago

3.7.0

11 months ago

3.5.0

11 months ago

2.16.0

11 months ago

2.14.0

11 months ago

4.5.0

10 months ago

4.7.0

10 months ago

2.1.0-beta.150

11 months ago

4.1.0

10 months ago

4.3.0

10 months ago

4.11.0

9 months ago

1.0.0-beta

12 months ago

1.0.0

12 months ago