Structure of the Working Examples

The working examples are designed to be complete examples, and will generally consists of one HTML5 file paired with a JavaScript/jQuery module which can be found in the examples/<service-name>/js/ sub-directory.

Where any frequent or boilerplate functionality is commonly used across the examples, this has been moved to the common/js/common.js JavaScript/jQuery module.

The examples make use of this module for functionality such as setting up the example, and displaying output results.

The examples also make use of some simple CSS classes as defined in common/css/styles.css and HTML snippets for the presentation of output results.