Skip to content

alni/digital-signage-samples

Repository files navigation

Digital Signage Samples

A repository containing commonly used code samples for my digital signage projects. This includes code for

Licensed under the MIT License.


Folder structure

  • coin-slider/ - contains code, layout and styles for the Coin Slider JavaScript library
  • domoticz/ - contains code for Domoticz Event script projects
  • gapps-script/ - contains code for integrating different Google services (and/or other services) with each-other through Google Apps Script
  • gcalflow/ - contains code, layout and styles for the gCalFlow JavaScript library
  • php/ - contains server side code samples written in PHP
  • xibo/ - contains templates and styles for Xibo modules
  • shared/ - contains shared code, styles and other resources

Building

To build this project you will need the following applications:

  • nodejs + npm
  • grunt - install with npm install -g grunt

Install the required NodeJS packages with (from the project root folder):

npm install

Links