hypixelmultikeyapi
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

A basic API wrapper for Hypixel, with typescript bindings - Up to date with the resources endpoint. Feel free to submit a PR.

npm i hypixelmultikeyapi

Usage

const { HypixelAPI } = require("./index.js");
const APIWrapper = new HypixelAPI("key1", "key2", "key3"); // This takes as many keys you want as arguments

(async () => {
    await APIWrapper.key() // Key Info
    await APIWrapper.player("testuuid") // Player Info
})();

Readme

Keywords

Package Sidebar

Install

npm i hypixelmultikeyapi

Weekly Downloads

1

Version

1.1.1

License

ISC

Unpacked Size

5.8 kB

Total Files

7

Last publish

Collaborators

  • sawaina