Sha256: 1ed81d36450d0319df6102dfb06da5a9f7045a7115ad04ddb9e60675f3f4b699

Contents?: true

Size: 810 Bytes

Versions: 54

Compression:

Stored size: 810 Bytes

Contents

<!DOCTYPE html>
<html>
<head lang="en">
    <meta charset="UTF-8">
    <title>Example framework interface</title>
    <!-- The description of this interfaces here -->
    <meta name="description" content="This is an example framework interface">
</head>
<body>
<h1>Example framework interface</h1>

<script src="node_modules/nutella_lib/dist/nutella_lib.js"></script>
<!-- Scripts -->
<script>
    var urlParams = NUTELLA.parseURLParameters();
    var nutella = NUTELLA.initFramework(urlParams.broker, 'example_framework_interface');
    // Now you can code happily using nutella!
    // If you need to know what application and run this interface is executing within,
    // simply access those values via url query parameters as such:
    // urlParams.app_id
    // urlParams.run_id
</script>
</body>
</html>

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
nutella_framework-0.6.8 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.7 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.6 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.5 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.4 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.3 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.2 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.1 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.0 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.5.1 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.5.0 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.4.32 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.4.31 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.4.30 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.4.29 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.4.28 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.4.27 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.4.26 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.4.25 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.4.24 example_framework_components/example_framework_web_interface/index.html