1.0.1 • Published 2 years ago

roblox.gg v1.0.1

Weekly downloads
-
License
EPL-2.0
Repository
github
Last release
2 years ago

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));