Package Exports
- hysky
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hysky) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.