Options
All
  • Public
  • Public/Protected
  • All
Menu

govee.js

Govee.js

Govee.js is a Javascript Wrapper for the Govee v1.3 API

Installation

npm i govee.js

Usage

Javascript

const {Govee} = require("govee.js");
const API = new Govee("API_KEY");

Typescript

import {Govee} from "govee.js"
const API = new Govee("API_KEY");

Generated using TypeDoc