Skip to content

arcanejs/hue-example

Repository files navigation

Example Philips Hue App using @arcanejs/react-toolkit

This repository is an example Node.js app that uses @arcanejs to create a minimal Philips Hue Controller App.

More concretely, the following libraries are used:

  • node-hue-api to interact with a local hue bridge
  • zod to define the data that needs to be stored by the application
  • @arcanejs/react-toolkit to:
    • build controller UIs
    • manage application state & storage using local JSON files and zod.
    • manage server-side application state using react.

You're welcome to take this example repository as a starting-point / template for your own projects.

Usage

Use pnpm to install dependencies, then simply run start:

pnpm install && pnpm start

Screenshot

Screenshot of app

About

Example @arcanejs App to control Philips Hue lights

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published