@reallyfatyoshi/hypeapi
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

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

Package Sidebar

Install

npm i @reallyfatyoshi/hypeapi

Weekly Downloads

0

Version

0.1.4

License

MIT

Unpacked Size

27.9 kB

Total Files

17

Last publish

Collaborators

  • reallyfatyoshi