All Projects → Hypixel-API-Reborn → hypixel-api-reborn

Hypixel-API-Reborn / hypixel-api-reborn

Licence: MIT license
Feature-rich Hypixel API wrapper for Node.js

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hypixel-api-reborn

HypixelIO
A Modern Efficient and Easy way of interacting with the Hypixel API!
Stars: ✭ 16 (-80%)
Mutual labels:  hypixel, hypixel-api
asyncpixel
An Asyncronous Python wrapper for the Hypixel API.
Stars: ✭ 22 (-72.5%)
Mutual labels:  hypixel, hypixel-api
MaroAPI
A lightweight Hypixel Skyblock API, providing a user with an easier way to communicate with Hypixel's API.
Stars: ✭ 205 (+156.25%)
Mutual labels:  hypixel, hypixel-api
Invoke-Terraform
A cross-platform PowerShell module for downloading and invoking terraform binaries.
Stars: ✭ 14 (-82.5%)
Mutual labels:  wrapper
liqui
liqui.io api wrapper
Stars: ✭ 22 (-72.5%)
Mutual labels:  wrapper
RxCamera2
Rx Java 2 wrapper for Camera2 google API
Stars: ✭ 27 (-66.25%)
Mutual labels:  wrapper
material-yew
Yew wrapper for Material Web Components
Stars: ✭ 116 (+45%)
Mutual labels:  wrapper
google-workspace
A unofficial high level Python API wrapper for some of the productivity based Google APIs, that is focused on simplicity.
Stars: ✭ 74 (-7.5%)
Mutual labels:  wrapper
Node.js-
一日不转行,学习永不停!
Stars: ✭ 16 (-80%)
Mutual labels:  node-js
discord.bat
🗑️ the BEST discord lib
Stars: ✭ 38 (-52.5%)
Mutual labels:  wrapper
atomix
Simple and easy wrappers for Go sync/atomic package.
Stars: ✭ 26 (-67.5%)
Mutual labels:  wrapper
reddit-clone
A reddit clone written using node.js / express.js / mongodb / passport.js. https://seiya-beddit.herokuapp.com/
Stars: ✭ 84 (+5%)
Mutual labels:  node-js
ftx-api-wrapper-python3
FTX Exchange API wrapper in python3
Stars: ✭ 31 (-61.25%)
Mutual labels:  wrapper
uplot-wrappers
React and Vue.js wrappers for uPlot that allow you to work with charts declaratively inside your favorite framework
Stars: ✭ 37 (-53.75%)
Mutual labels:  wrapper
pbwrap
Pastebin API wrapper for Python
Stars: ✭ 19 (-76.25%)
Mutual labels:  wrapper
node-metamask
🦊 Connect to MetaMask from node.js
Stars: ✭ 79 (-1.25%)
Mutual labels:  node-js
cypherpoker.js
An open source peer-to-peer poker platform with cryptocurrency integration written in JavaScript.
Stars: ✭ 72 (-10%)
Mutual labels:  node-js
A-song-of-ice-and-fire-API
Javascript wrapper for the A song of ice and fire API
Stars: ✭ 15 (-81.25%)
Mutual labels:  wrapper
dinputto8
A dll module that is designed to improve compatibility in games using DirectInput 1-7 (dinput.dll) by converting all API calls to their equivalent DirectInput 8 (dinput8.dll) ones. This allows older games to be able to use newer tools and wrappers written for DirectInput 8.
Stars: ✭ 42 (-47.5%)
Mutual labels:  wrapper
Backend-NodeJS-Golang-Interview QA
A collection of Node JS and Golang Backend interview questions please feel free to fork and contribute to this repository
Stars: ✭ 122 (+52.5%)
Mutual labels:  node-js

Hypixel API • Reborn

A feature-rich Hypixel API wrapper for Node.js


Links

Discord Support | Documentation | NPM | GitHub | PreMiD Presence | ToDo | CLI

Requirements

For Node.js users >= v14.x.x
For TypeScript users >= v3.5

Installation & Usage

npm i hypixel-api-reborn
const Hypixel = require('hypixel-api-reborn');
const hypixel = new Hypixel.Client('API-KEY');
// https://stavzdev.is-inside.me/cCMiZdoy.gif

// getPlayer
hypixel.getPlayer('StavZDev').then(player => {
  console.log(player.level); // 141
}).catch(e => {
  console.error(e);
})

// getGuild
hypixel.getGuild('name', 'The Foundation').then(guild => {
  console.log(guild.level); // 111
}).catch(e => {
  console.error(e);
})

For more examples go to our documentation.

Changelog

v10.0.0

Try it now

Code Sandbox

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].