Govee LAN Control
What you'll need
- Node.js version 7 or above:
- If you plan to use Node.js for more stuff in the future, select chocolatey during the install.
- A basic understanding of Node.js.
If you want a good starting point, try Discord.js. Your friends and family will be impressed.
Creating a project
Run npm init -y
in the console of a new folder and run npm i govee-lan-control
to install the package.
Create a file called index.js
. Here you will be writing the code