babelouest / sagremor

Angularjs web client for Angharad system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sagremor

Angharad 3.0 web client application

This repository has been archived because this source code has moved to its mother project

example snapshot

Prerequisites

npm, gulp and bower are required to test or build the application

Create a file src/app/config.js with your own parameters. You can use src/app/config.js.sample if you want an example.

Test

To test or check your modifications on the application in you local machine, run the following commands:

$ npm install && bower install
$ gulp serve

Build

Build the application with gulp:

$ npm install && bower install
$ gulp build

Then copy the files in the dist folder to your webserver Documentroot.

Screenshots

Default dashboard Defaut Dashboard

Switches and dimmers screen Switches and dimmers

Heaters screen Heaters

Monitor values screen Monitor values

List of schedulers and triggers Events list

Edit a scheduler Edit a scheduled event

Edit a dimmer Edit a dimmer

Music controller Music controller

Logs Logs screen

About

Angularjs web client for Angharad system

License:MIT License


Languages

Language:JavaScript 60.2%Language:HTML 38.0%Language:Less 1.7%Language:Makefile 0.2%