bloxlink.js

1.2.1 • Public • Published

Hello there, this is an UNOFFICIAL npm package for interacting with the Bloxlink API, we did not create, and do not take any credit for creating Bloxlink or its API, this is purely for helping people.

So let's get started!

Currently we have only one function and that is resolveID() and it is for getting information about a user's discord account or roblox account. It returns a promise which can be changed into a JSON set.

I hope this helps you! More functions coming soon!

Example code:

const bloxlink = require('bloxlink.js') 

bloxlink.resolveID('Discord ID').then(info => console.log(info))

And that code would return the ROBLOX ID of the user (string) or an error saying that the user is not verified with Bloxlink, you can use .catch() to handle the error.

Important Note : All Bloxlink API endpoints have a ratelimit of 60 requests/60 seconds

Readme

Keywords

Package Sidebar

Install

npm i bloxlink.js

Weekly Downloads

1

Version

1.2.1

License

ISC

Unpacked Size

2.16 kB

Total Files

5

Last publish

Collaborators

  • tune-guy