hysky
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    208
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    208
  • 1.0.0
    1

Package Sidebar

Install

npm i hysky

Weekly Downloads

46

Version

1.0.1

License

MIT

Unpacked Size

3.7 kB

Total Files

6

Last publish

Collaborators

  • richienb