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
Using Npm:
npm i -D bloxkitFrom Source:
command line: git clone https://github.com/r6nted/bloxkit.git
Example Usage
When using any from the package you must put it inside an async anonymous function
import { UserSearch } from '../index.js';
(async () => {
console.log(await UserSearch('r6nted'));
})();Docs
Check out the docs here
Docs Guide
- ?: optional parameter
- !: reccomended parameter