Skip to content

ReallyFatYoshi/HypeApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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.

About

Lightweight Hyperlands Api Client.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published