betbux.js
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

An API wrapper for BetBux.gg

The Betbux.gg API wrapper is a tool designed to simplify the way users interact with the site's features. It provides a set of well-documented functions and methods that make it easy to access gambling and other site functionalities. By reducing the complexity of making requests to the site's servers (handling websocket connections), this API wrapper saves time and effort, making it an ideal solution for developers of all skill levels.

Installation

To begin using the wrapper, you can install it via NPM:

npm install betbux.js

Now import it into your project

const { Client } = require("betbux.js");
const client = new Client("Authorization Token");

client.me.getAuthenticated()
    .then((userInfo) => console.log(userInfo))
    .catch((err) => console.log(err))

Package Sidebar

Install

npm i betbux.js

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

61.5 kB

Total Files

41

Last publish

Collaborators

  • spearphishing