1.0.7 • Published 6 years ago

hq-js v1.0.7

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

hq-js

Unofficial HQ Trivia module built for interacting with the HQ API.

npm i --save hq-js

Getting Started & Basic Info

First of all, you will need to get your Bearer token which you would have to sniff from your device. I personally used mitmproxy which is my favourite for an iPhone.

To get started, you need to require the module and create a client passing your bearer token:

const hqjs = require('hq-js'),
    hq = new hqjs('Bearer token goes here');

For a list of features with this module, please read the documentation on the wiki by clicking here

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago