Skip to content

luuis/bobba.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


NPM version NPM downloads

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

About

A Node.js wrapper for the Habbo API

Resources

License

Stars

Watchers

Forks