/doge-wrapper

The DogeHouse API implementation

Primary LanguageJavaScript

Doge Wrapper

The DogeHouse API implementation

Tutorial

  • basic tutorial for now.
  1. Go to https://dogehouse.tv
  2. Open Developer options (f12)
  3. Go to Application > Local Storage
  4. Copy your token and refresh token and put them in an .env file:
DOGEHOUSE_TOKEN=<token>
DOGEHOUSE_REFRESH_TOKEN=<refresh-token>
  1. Start example.js using node example.js