1.4.1 • Published 7 months ago

@ejercito-fam/habbo-api v1.4.1

Weekly downloads
-
License
-
Repository
-
Last release
7 months ago

@ejercito-fam/habbo-api

import { Habbo, HotelDomainURL } from '@ejercito-fam/habbo-api';

// Initialize the client:
const client = new Habbo({
	baseURL: HotelDomainURL.Spanish
});

// Fetch a user by its username:
const result = await client.users.getByUsername('-tobi-talent-');

// Log the user:
const user = result.unwrap();
console.log(user);
1.4.1

7 months ago

1.4.0

7 months ago

1.3.1

7 months ago

1.3.0

7 months ago

1.2.0

7 months ago

1.1.0

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago