JSPM

hysky

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 82
  • Score
    100M100P100Q89883F
  • License MIT

A simplified interface for the HySky API.

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