Tidwell / thelightingcontrollerclient-example

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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.

License:MIT License


Languages

Language:HTML 47.1%Language:JavaScript 46.9%Language:CSS 6.1%