8.0.0 • Published 2 years ago

@mybot-rblx/funblox.js v8.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

FunBlox

We are a roblox API on development! (Contact us : fedee#9606 / DinoChickenFlexJosh#0656)

Emails: joshuadl12@mybot-rblx.tk

Project Information

FunBlox is an API for ROBLOX that was developed at the time with JS after two months it was reverted to a package made with TS, today the developers work to add more functions.

CircleCI NPM

Instructions

npm i @mybot-rblx/funblox.js

Get group rank

const roblox = require("@mybot-rblx/funblox.js")

roblox.getUserRank("groupid", "userid").then(respon => {
    console.log(respon)
}).catch(() => {
    console.log("ERR")
})

Getusername info

const roblox = require("@mybot-rblx/funblox.js")

roblox.getUser("fede1212156").then(respon => {
    console.log(respon)
}).catch(() => {
    console.log("ERR")
})
const roblox = require("@mybot-rblx/funblox.js")

roblox.getUser("149556783").then(respon => {
    console.log(respon)
}).catch(() => {
    console.log("ERR")
})

Group Examples

const roblox = require("@mybot-rblx/funblox.js")

roblox.getGroup("Iron Cafe").then(res => {
    console.log(res);

}).catch(console.error);
const roblox = require("@mybot-rblx/funblox.js")

roblox.getGroup("10394589").then(res => {
    console.log(res);

}).catch(console.error);

Package information

Daily updates
Maintained
Active Support
Developers@fede1212156, @Joshuadl12

License

This package is under license (MIT). License description:

A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.

More Coming Soon...

8.0.0

2 years ago

7.0.0

2 years ago

5.0.0

3 years ago

3.0.1

3 years ago

2.2.3

3 years ago

2.2.2

3 years ago

2.2.4

3 years ago

3.0.0

3 years ago

2.2.0

3 years ago

2.1.29

3 years ago