Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dhjs-staged

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dhjs-staged

Client-side implementation of DogeHouse API. Create chat & music bots with ease.

  • 2.0.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

DogeGarden logo

STAGING
Client-side implementation of DogeHouse API. 🐶

discord - users online

Contribute (soon) · Discord · Documentation


Staging Version

This version is where development is made and new features are added. Master branch is the current npm package and version.

NPM Package

- Our NPM package is the quickest and easiest way to jump in with dogehouse-js.

Installation

  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.

Wrapper

The goal of the Wrapper is to provide premade functions for your ease.

  • All examples like, sending messages, joining rooms and more are in /examples.
const { Client } = require('dogehouse-js');
const app = new Client();

app.connect(process.env.DOGEHOUSE_TOKEN, process.env.DOGEHOUSE_REFRESH_TOKEN).then(async () => {
    console.log('Bot connected!');
    console.log(await app.rooms.top); // Log all of your top rooms to console
});

Credits

Thank you to Abalon#2525/https://github.com/alon-abadi for the awesome logo!

Keywords

FAQs

Package last updated on 26 Mar 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc