1.1.1 • Published 3 years ago

@roizor/hypixel-js v1.1.1

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

Hypixel-JS

A simple NodeJS Hypixel public API wrapper.

Example:

const HypixelJS = require('@roizor/hypixel-js');
const api = new HypixelJS('Your-Key-Here');

api.playerData('name', 'Roizor').then(function (data) {
	console.log(data);
}).catch(function (err) {
	console.log(err);
});
1.1.1

3 years ago

1.0.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago