JavaFX Application with Python back end functionality that uses the LIFX API to control smart lightbulbs. The graphical interface allows users to change light colors, toggle on/off, and set scenes
Clone the repository in your local machine:
$ git clone [email protected]:lauraguevara97/LIFX-Application.git
Install JRE 1.8 or higher here
After this step we can assume that all the libraries required by the program will be installed in your local machine.
The JAR file is located here
To run the file from the Terminal use:
$ java -jar lifx_app.jar
Requires installation of JDK 1.8
Steps to import project into IntelliJ:
- Open IntelliJ and select 'Import project'
- Go to LIFX-Application directory
- Select 1.8 JDK
GitHub was used to track all modifications and new implementations. For the full history, see the commits on this repository.
- Laura Guevara
This project is licensed under the MIT License. See the LICENSE file for details.