Skip to content

Latest commit

 

History

History
260 lines (173 loc) · 4.01 KB

README.md

File metadata and controls

260 lines (173 loc) · 4.01 KB

@reallyfatyoshi/hypeapi

Warning

This project is officially deprecated since the shutdown of HyperlandsMC.

Lightweight Hyperlands Api Client.
Version: 0.1.4

Installation

npm i @reallyfatyoshi/hypeapi

Usage

const { default: HypeApi } = require("@reallyfatyoshi/hypeapi");
const client = new HypeApi();

client
  .getPlayer("Chicken")
  .then((player) => console.log("Wins: %s", player.getTotalWins()));

Docs

Click here to read documentation.