roblox.gg
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Logo

roblox.gg

Lightweight ROBLOX api wrapper

Explore the docs »

View on Yarn · View on NPM · Github

About

graph LR
A[Request] -- X-CSRF-Token --> B((Roblox API))
B --> D{You}

Roblox.gg is a lightweight NPM package with support for common js, module js, and typescript.

  

Getting Started

  • npm:
npm i roblox.gg
  • yarn
yarn add roblox.gg

Usage

const { GetAvatar } = require("roblox.gg");
GetAvatar({ username: "ryeuin" }).then((x) => console.log(x));

Package Sidebar

Install

npm i roblox.gg

Weekly Downloads

0

Version

1.0.1

License

EPL-2.0

Unpacked Size

106 kB

Total Files

21

Last publish

Collaborators

  • r6nted