1.0.8 • Published 4 months ago

roflare v1.0.8

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
4 months ago

View on NPM View on Yarn View on Github Typescript Typescript

Overview

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

Roflare provides secure access to authentication-required features without ever asking for your password. Our login process uses ROBLOX's quick login system, keeping your credentials safe while enabling full API functionality.

Installation

#npm
npm i roflare

# yarn
yarn add roflare

Example

To learn more about Roflare, visit the documentation

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

(async () => {
    console.log(await GetUserAvatar(1)) 
})()
1.0.8

4 months ago

1.0.7

4 months ago

1.0.5

4 months ago

1.0.6

2 years ago

1.0.5-beta.0

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago