govee.js
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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");

Readme

Keywords

Package Sidebar

Install

npm i govee.js

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

198 kB

Total Files

21

Last publish

Collaborators

  • mattplays