Package Exports
- bloxkit
- bloxkit/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bloxkit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
bloxkit
Bloxkit is a ROBLOX api wrapper. As of now this package does not have authentication, so you cannot use this to block people, view your friend requests, and other endpoints. This package is still in it's beta stage so please bare with me. Contributions are welcomed.
Installation
npm i -D bloxkitFunctions
// returns: 'r6nted'
GetUsername(287509940).then((username) => console.log(username));
// returns: 287509940
GetID('r6nted').then((id) => console.log(id));
// returns online or offline
GetStatus(287509940).then((status) => console.log(status));