Skip to content

Example App using TheLightingControllerClient. Uses websockets to serve a browser interface replicating the Live Mobile App.

License

Notifications You must be signed in to change notification settings

Tidwell/thelightingcontrollerclient-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#thelightingcontrollerclient Example App

  1. Overview
  2. Setup

Overview

This is an example for thelightingcontrollerclient library. It replicates TheLightingController's Live Mobile App.

This demo shows a http + socket webserver using thelightingcontrollerclient. It serves a replica of the Live Mobile App that can log into any Live instance on your network.

The following libraries are used:

Backend

  • express
  • socket.io
  • thelightingcontrollerclient

The frontend uses

  • angular 1.5
  • angular material

Setup

Clone the repo

	$ git clone https://github.com/Tidwell/thelightingcontrollerclient-example.git

Navigate to the folder and npm install

	$ cd thelightingcontrollerclient-example
	$ npm install

Start the Server

	$ npm start

View

Open http://localhost:3000 in a browser

About

Example App using TheLightingControllerClient. Uses websockets to serve a browser interface replicating the Live Mobile App.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published