0.1.2 • Published 4 years ago
@dogehouse/client v0.1.2
dogehouse-client
Client-side implementation of DogeHouse API.
Running the example
- Go to https://dogehouse.tv
- Open Developer options (F12 or Ctrl+Shift+I)
- Go to Application > Local Storage > dogehouse.tv
- Copy your token and refresh-token and put them in an .env file:
DOGEHOUSE_TOKEN=<token>
DOGEHOUSE_REFRESH_TOKEN=<refresh-token>
- Install NodeJS and NPM
- Run
$ npm i
to install the required packages - Start
example.js
using$ node example.js
in your terminal