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.9.2 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.9.1 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.9.0 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.8.0 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.7.3 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.7.2 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.7.1 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.7.0 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.21 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.20 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.19 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.18 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.17 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.16 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.15 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.13 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.12 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.11 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.10 example_framework_components/example_framework_web_interface/index.html
nutella_framework-0.6.9 example_framework_components/example_framework_web_interface/index.html