Skip to content

pulento/yilai

Repository files navigation

yilai

CircleCI Coverage Status Quality Gate on SonarCloud

Yeelight Lights Front/Backend Server

Simple Web App to control Yeelight WiFi LED bulbs

screenshot

Install

Clone repository

git clone https://github.com/pulento/yilai.git
cd yilai

Clone yeelight-wifi fork

git submodule init
git submodule update

Install modules, please note that this will install client modules also

npm install

Build yeelight-wifi fork

cd node_modules/yeelight-wifi/
npm run build

Run :)

cd ../..
npm run dev

Docker

Build image

docker build -t pulento/yilai .

Run it

docker run -it --net=host -d pulento/yilai

About

Yeelight Lights Front/Backend Server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published