1.2.1 • Published 3 years ago

bobba v1.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Bobba.JS

Bobba.JS is a Node.js wrapper that allows you to easily collect data from the (undocumented) Habbo API.

See the example.js file on how to you could use this library.

How to use it

Node.js 4 or newer is required.

npm install bobba

Documentation

Example

const { HabboAPI, HabboHotel } = require('bobba');

const bobba = new HabboAPI({ hotel: HabboHotel.ES });

bobba.getHabbo('lDromedario').then(data => console.log(data));
1.2.0

3 years ago

1.2.1

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago