1.1.0 • Published 6 years ago

rblx-api v1.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

ROBLOX API

An simplistic module, which allows you to interact with the ROBLOX API, in javascript.

NPM Version Downloads Stats License

Installation

Windows:

npm install rblx-api --save

Example

All of the functions, included in this library all use a callback which return the data from the 'request' made to the ROBLOX API's, an example of this is shown here:

const roblox = require('rblx-api');
roblox.User.checkUsernameExistance("ROBLOX", function(x) {
    console.log(x);
});

The 'x' variable, contains the data from the 'request', in this example it will contain 'true'.

Developers

Aigars - Luaa #0381\ Charlie - Charlie #5760

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago