You can get up and running with Hue Debugger UI quickly in three ways
- Download and install for Windows, macOS or Linux
- Start in your browser using Docker
- Clone repository and run with Node
Use the following command:
docker run -p 5000:80 silind/hue-debugger-ui:2.0.0
Hue Debugger UI will now be available in your browser on http://localhost:5000
Clone this repository, and run Hue Debugger UI from a local server using Node.
You need to have Node installed on your computer.
- Clone this repository
- Extract the files and navigate to folder from command prompt or terminal.
- Use the command
npm install
- After installing, start the local server by using the command
npm start
Hue Debugger UI should prompt in your browser on localhost:3000
A JavaScript library for building user interfaces
Build cross platform desktop apps with JavaScript, HTML, and CSS
In the case of a bug report, bugfix or a suggestions, please feel very free to open an issue.
Pull requests are always welcome, and I'll do my best to do reviews as fast as I can.
This project is licensed under the MIT License
- Contact me on silindsoftwaredk@gmail.com
- If appropriate, open an issue on GitHub
An enhanced substitute for the API Debug Tool
Every Hue bridge comes with a simple web app built into it, the API Debug Tool, which you can use to learn how the Hue REST API works 'under the hood' and which can be useful to debug your app during development.
However, the API Debug Tool quickly becomes tedious to use, and especially when doing continuous debugging of larger and more complex projects, debugging with this tool will feel cumbersome.
This is the main motivation for building an enhanced graphical user interface to interact with the Hue REST API in a much more convenient way.
- react-json-view - Amazing React component for visualizing JSON! Huge thumbs up!
- react-json-editor-ajrm - React component for editing, viewing and debugging Javascript objects.
- SweetAlert - JavaScript library for showing alert boxes.