0.1.2 • Published 3 years ago

@dogehouse/client v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

dogehouse-client

Client-side implementation of DogeHouse API.

Running the example

  1. Go to https://dogehouse.tv
  2. Open Developer options (F12 or Ctrl+Shift+I)
  3. Go to Application > Local Storage > dogehouse.tv
  4. Copy your token and refresh-token and put them in an .env file:
DOGEHOUSE_TOKEN=<token>
DOGEHOUSE_REFRESH_TOKEN=<refresh-token>
  1. Install NodeJS and NPM
  2. Run $ npm i to install the required packages
  3. Start example.js using $ node example.js in your terminal