JSPM

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

Simple to use ROBLOX api wrapper with no authentication

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 with authentication. Using this package you can do things such as block players, get details of an experience, get a player's username history, and more. As of now 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 { GetUsernameHistory } from 'bloxkit';

let results = await GetUsernameHistory({ username: 'r6nted' });
console.log(results);

Docs

Check out the docs here