node-hypixel
v1.0.1
Published
A Node.js wrapper for the hypixel api. original by CdePanda
Downloads
4
Readme
hypixel.js
A Node.js wrapper for the hypixel api. original by CdePanda
const hypixellib = require("node-hypixel")
const hypixel = new hypixellib("api key here")
hypixel.getPlayer("player uuid").then(console.log).catch(console.error)
todo: add skyblock functions
hypixel.getWatchdogStats()
hypixel.getLeaderboard()
hypixel.getStatus(uuid)
hypixel.getRecent(uuid)
hypixel.getPlayersCount()
hypixel.getGamesCount()
hypixel.getResourcesCount(resourceType (default is achievements))
hypixel.getFriends(uuid)
hypixel.findGuildByName(name)
hypixel.findGuildByPlayer(playeruuid)
hypixel.getGuild(guildid)
hypixel.getBoosters()
hypixel.getPlayer(uuid)
hypixel.getPlayerByUsername(name)
hypixel.getKeyInfo()