forked from node-red/node-red.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
85 lines (83 loc) · 4.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
layout: barebones
---
<div class="title">
<div class="grid">
<div class="col-1-1">
<div class="content">
<h1>Node-RED</h1>
<h2>A visual tool for wiring the Internet of Things</h2>
<img src="images/node-red-title-flow.png" />
</div>
<div class="ribbon"><div class="edge"></div><a href="http://nodered.org/blog/2016/10/17/js-foundation">We've joined the JS Foundation<br><span>Find out more here...</span></a></div>
</div>
</div>
</div>
<!-- Grid 1/2 -->
<div class="intro">
<div class="grid">
<div class="col-1-2">
<div class="content blurb" style="margin-top: 30px;">
<p>Node-RED is a tool for wiring together hardware devices, APIs and online services in new and interesting ways.</p>
<p><h3>Getting Started</h3></p>
<p>If you already have Node.js installed, run:</p>
<pre style="background: #666; color: #eee; padding: 10px; border-radius:3px">
$ sudo npm install -g node-red
$ node-red
</pre>
<p style="margin: 25px 0;height: 32px;"><span style="vertical-align:middle;">To try it out on IBM Bluemix, click the button: </span><a class="dtb-button" href="https://bluemix.net/deploy?repository=https://github.com/ibmets/node-red-bluemix-starter.git"><img src="https://bluemix.net/deploy/button.png" alt="Deploy to Bluemix" style="vertical-align:middle; max-width:100%;"></a></p>
<style>.dtb-button:hover img{opacity: 0.8}</style>
<p>Otherwise, head over to the <a href="docs/getting-started/">Getting Started guide</a>.</p>
</div>
</div>
<div class="col-1-2">
<div class="content feature" style="margin-top: 40px;">
<iframe style="box-shadow: 10px 10px 30px #999;" width="445" height="250" src="https://www.youtube.com/embed/vYreeoCoQPI" frameborder="0" allowfullscreen></iframe>
<p>Latest version: <a href="https://www.npmjs.com/package/node-red"><span class="node-red-latest-version">v0.15.2</span> (npm)</a></p>
</div>
</div>
</div>
</div>
<!-- Grid 1/2 -->
<div class="features">
<div class="grid">
<div class="col-1-2">
<div class="content feature"><img src="images/nr-image-1.png" /></div>
</div>
<div class="col-1-2">
<div class="content blurb">
<h3>Browser-based flow editing</h3>
<p>Node-RED provides a browser-based flow editor that makes it easy to wire together flows using the wide range nodes in the palette. Flows can be then deployed to the runtime in a single-click.</p>
<p>JavaScript functions can be created within the editor using a rich text editor.</p>
<p>A built-in library allows you to save useful functions, templates or flows for re-use.</p>
</div>
</div>
</div>
<div class="grid">
<div class="col-1-2">
<div class="content blurb">
<h3>Built on Node.js</h3>
<p>The light-weight runtime is built on Node.js, taking full advantage of its event-driven, non-blocking model. This makes it ideal to run at the edge of the network on low-cost hardware such as the Raspberry Pi as well as in the cloud.</p>
<p>With over 225,000 modules in Node's package repository, it is easy to extend the range of palette nodes to add new capabilities.</p>
</div>
</div>
<div class="col-1-2">
<div class="content feature"><img src="images/nr-image-2.png" /></div>
</div>
</div>
<div class="grid">
<div class="col-1-2">
<div class="content feature"><img src="images/nr-image-3.png" /></div>
</div>
<div class="col-1-2">
<div class="content blurb">
<h3>Social Development</h3>
<p>The flows created in Node-RED are stored using JSON which can be easily imported and exported for sharing with others.</p>
<p>An online flow library allows you to share your best flows with the world.</p>
</div>
</div>
</div>
</div>
<!-- Nodes -->
<div class="nodes">
</div>