1.0.7 • Published 8 years ago

hq-js v1.0.7

Weekly downloads
4
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago