Go to file
Ben Hardill fafbcdce26 renamed pause node to delay node 2013-09-27 10:55:46 +01:00
lib Add lib .gitignore 2013-09-05 15:07:01 +01:00
nodes renamed pause node to delay node 2013-09-27 10:55:46 +01:00
public Enhance Comment block with a editbox to allow for longer comments and possible help etc 2013-09-19 11:07:57 +01:00
red Allow nodes types to initialise asynchronously at start 2013-09-18 21:15:23 +01:00
.gitignore Got to start somewhere 2013-09-05 15:02:48 +01:00
.nodemonignore Got to start somewhere 2013-09-05 15:02:48 +01:00
INSTALL.md Update INSTALL.md 2013-09-05 15:29:08 +01:00
LICENSE Got to start somewhere 2013-09-05 15:02:48 +01:00
README.md Update README.md 2013-09-05 20:39:33 +01:00
package.json Add cron-like scheduling to inject 2013-09-12 17:21:46 +01:00
red.js Fixes #19 - httpRoot and httpAuth not taking effect 2013-09-13 23:24:35 +01:00
settings.js Tweaks to Debug. realigned UI to be consistent with other nodes, Increased maxlength limit to 1000, Made circular object handling the default. 2013-09-17 11:11:09 +01:00

README.md

Node-RED

A visual tool for wiring the Internet of Things.

Quick Start

Check out INSTALL for full instructions on getting started.

  1. download the zip and unzip, or git clone
  2. cd node-red
  3. npm install
  4. node red.js
  5. Open http://localhost:1880

Browser Support

The Node-RED editor runs in the browser. We routinely develop and test using Chrome and Firefox. We have anecdotal evidence that it works in IE9.

We do not yet support mobile browsers, although that is high on our priority list.

Contributing

Reporting issues

Please raise any bug reports or feature requests on the project's issue tracker. Be sure to search the list to see if your issue has already been raised.

Creating new nodes

The plugin nature of Node-RED means anyone can create a new node to extend its capabilities. Eventually, the nodes will be npm-installable, but we're not there yet.

Pull-Requests

In order for us to accept pull-requests, the contributor must first complete a Contributor License Agreement (CLA). This clarifies the intellectual property license granted with any contribution. It is for your protection as a Contributor as well as the protection of IBM and its customers; it does not change your rights to use your own Contributions for any other purpose.

We'll add some information on how to do this in the next few days.

Authors

Node-RED is a creation of the IBM Emerging Technology Services team.

Copyright 2013 IBM Corp. under the Apache 2.0 license.