Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

hysky

Richienb931MIT1.0.1TypeScript support: included

A simplified interface for the HySky API.

hypixel, hysky, api, request

readme

hysky Travis CI Build Status

A simplified interface for the HySky API.

NPM Badge

Install

npm install hysky

Usage

const hysky = require("hysky");

(async () => {
    const topAuctions = await hysky("top");

    console.log(topAuctions);
})();

API

hysky(method, options?)

method

Type: string

The API method to use.

options

Type: object

The options to pass to the API.