Skip to content

A npm package to interact with the Bloxlink API Easily!

Notifications You must be signed in to change notification settings

FantasyCoder123/bloxlink

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bloxlink API

bloxlink is a simple npm module to interact with the biggest Roblox Discord Bot, Bloxlink and with his API.

Installation

Using npm to install bloxlink.

npm install bloxlink@latest  

Example

const bloxlink = require('bloxlink');

(async() => {
let getroblox = await bloxlink('528288312448909312');

console.log(getroblox);
}) ()

The example above will log on the console the information of the linked account on bloxlink with the user id 528288312448909312:

{ discordId: '528288312448909312', robloxId: '263468606', robloxUsername: 'TheMasterMuff' }

If there is no account linked it will return something like:

{ status: 'error', error: 'This user is not linked with Bloxlink.' }

If you hit the limit of 60 request per 60 seconds it will return something like:

{ status: 'error', error: 'You are being ratelimited.'}

Hope this makes your life a bit easier, have a good day!

About

A npm package to interact with the Bloxlink API Easily!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%