JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 26
  • Score
    100M100P100Q49178F
  • License MIT

Easy to use ROBLOX API wrapper. No cookies, tokens, or roblosecurity codes involved.

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 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 bloxkit

Using Yarn:

yarn add bloxkit

Example Usage

Bloxkit functions must be wrapped with await

import { UserSearch } from '../index.js';

let results = await UserSearch('bloxkit');
console.log(results);

Docs

Check out the docs here

Docs Guide

  • ?: optional parameter
  • !: reccomended parameter