hypixelts / hypixel.ts

A simple, easy to use wrapper for Hypixel API.
https://npmjs.com/hypixel.ts
12 stars 2 forks source link
hypixel hypixel-api hypixel-api-wrapper
![banner](https://raw.githubusercontent.com/hypixelts/assets/main/svg/full-nobg5232x945.svg) ## **An easy to use [Hypixel API](https://api.hypixel.net) wrapper.**

npm version npm downloads

discord server

About

hypixel.ts is a NodeJS wrapper for the Hypixel API which allows you to interact with it easily.

Installation

Node.js 14+ or newer is required

npm install hypixel.ts
yarn add hypixel.ts
pnpm add hypixel.ts

Example Usage

Get the info of a player:

import { Client } from 'hypixel.ts';

const client = new Client('API_KEY');

client.players.fetch('armc').then(console.log);

Get a skyblock profile:

import { Client } from 'hypixel.ts';

const client = new Client('API_KEY');

client.skyblock.getProfile('lifelong').then(console.log);

Links

Help

If you're having issues with a method, or the wrapper isn't working as expected, you can join our Discord Server or contact FC#5104.

Contributors

FC
FC

💻 🤔 🚧 📆
Christopher Nethercott
Christopher Nethercott

💻