0.1.4 • Published 2 years ago

@reallyfatyoshi/hypeapi v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@reallyfatyoshi/hypeapi

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.