Warning
This project is officially deprecated since the shutdown of HyperlandsMC.
Lightweight Hyperlands Api Client.
Version: 0.1.4
npm i @reallyfatyoshi/hypeapi
const { default: HypeApi } = require("@reallyfatyoshi/hypeapi");
const client = new HypeApi();
client
.getPlayer("Chicken")
.then((player) => console.log("Wins: %s", player.getTotalWins()));
Click here to read documentation.