Skip to content

zozonteq/rgb-controller-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

rgb-controller-server

It is an API that allows you to operate the lighting of your computer.
You need to install openrgb and enable the server for it to work.

⭐Features

  • Change color

❗️Requirement

openrgb nodejs

🔨install

ubuntu

sudo add-apt-repository ppa:thopiekar/openrgb -y # add repository
sudo apt update -y
sudo apt install openrgb -y # install openrgb

git clone https://github.com/zozonteq/rgb-controller-server # clone this repository.
cd rgb-controller-server # go to repository
npm i # resolve dependencies
cd src # go to src
node index.js # execute

ArchLinux

yay -Syu # update packages
yay -S openrgb # install openrgb

git clone https://github.com/zozonteq/rgb-controller-server # clone this repository.
cd rgb-controller-server # go to repository
npm i # resolve dependencies
cd src # go to src
node index.js # execute

🗒Example

curl 'http://localhost:3000/api/RGB/FF0000'
# RED
curl 'http://localhost:3000/api/RGB/00FF00'
# GREEN
curl 'http://localhost:3000/api/RGB/0000FF'
# BLUE

📱Sample application(iOS)

https://github.com/ottotak/rgb-controller-ios

⌚️Sample application(Apple Watch)

https://github.com/ottotak/rgb-controller-watchos

About

💡This is a API to control your light of computer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published