1.0.6 • Published 1 year ago

roflare v1.0.6

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
1 year ago

View on NPM View on Yarn View on Github Typescript Typescript

Overview

This package will no longer recieve updates! Feel free to fork.

Roflare allows you to interact with Roblox's web API in a variety of ways. A few examples are:

  • [❌]Fetch information about an experience
  • [✅] Fetch information about a user
  • [❌] Manage account using .ROBLOSECURITY

Installation

npm i roflare
yarn add roflare

Example

To learn more about Roflare, visit the documentation

const { GetUserAvatar } = require('roflare');

(async () => {
    console.log(await GetUserAvatar(4495638042))
})()
1.0.6

1 year ago

1.0.5-beta.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago