hysky
v1.0.1
Published
A simplified interface for the HySky API.
Downloads
773
Readme
hysky
A simplified interface for the HySky API.
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.