1.0.1 • Published 4 years ago

node-hypixel v1.0.1

Weekly downloads
13
License
ISC
Repository
github
Last release
4 years ago

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()
1.0.1

4 years ago

1.0.0

4 years ago