hysky
Version:
A simplified interface for the HySky API.
40 lines (23 loc) • 715 B
Markdown
# hysky [](https://travis-ci.com/Richienb/hysky)
A simplified interface for the HySky API.
[](https://npmjs.com/package/hysky)
## Install
```sh
npm install hysky
```
## Usage
```js
const hysky = require("hysky");
(async () => {
const topAuctions = await hysky("top");
console.log(topAuctions);
})();
```
## API
### hysky(method, options?)
#### method
Type: `string`
The [API method](https://github.com/Mlotov/HyskyAPI#working-with-the-api) to use.
#### options
Type: `object`
The options to pass to the API.