Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 985 Bytes

File metadata and controls

47 lines (30 loc) · 985 Bytes

#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