wrapblox
TypeScript icon, indicating that this package has built-in type declarations

0.4.5 • Public • Published

WrapBlox

Wrapblox is a promise based API wrapper for the Roblox API written in typescript. It is currently in development and really isnt meant for production.

Installation

Install using NPM

npm install wrapblox

Usage

import WrapBlox from "wrapblox";

const wrapblox = new WrapBlox("optional cookie", "optional API Key");

const user = await wrapblox.getUser(1); // Returns a user object

Reasons to use WrapBlox

WrapBlox was made mainly just because i didnt like how alternative librarys worked for one reason or another. The main benefit of this over using something like noblox.js is that it doesnt use any extra dependencies and uses built in node functions.

Wrapblox is written in typescript so if you are using typescript you will get proper type checking with it.

FAQ

  • Why are some methods missing?
    • Answer 1: WrapBlox is still in development and is missing some methods. If you need a method that is missing you can make a pull request or open an issue.
    • Answer 2: WrapBlox doesnt include methods that require captcha solving as that is not something that can be done with an API wrapper.

Readme

Keywords

Package Sidebar

Install

npm i wrapblox

Weekly Downloads

61

Version

0.4.5

License

GPL-3.0-or-later

Unpacked Size

65 kB

Total Files

5

Last publish

Collaborators

  • supercater