0.0.1-alpha.1 • Published 10 months ago

@di0ik/hypixel.js v0.0.1-alpha.1

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
10 months ago

Hypixel.js

A Hypixel.net API wrapper for Node.js

Installation

npm install hypixel.js

Usage

const Hypixel = require('hypixel.js');
const client = new Hypixel.Client('API_KEY');

client
  .getPlayer('name', 'uuid', 'player_id')
  .then((player) => {
    console.log(player);
  })
  .catch((err) => {
    console.log(err);
  });

Documentation

...

0.0.1-alpha.1

10 months ago