Go to file
Nick O'Leary 896b52ed9e Fix node tests 2014-04-13 22:32:33 +01:00
lib Add lib .gitignore 2013-09-05 15:07:01 +01:00
nodes Fix 'cannot set property boolean of undefined' 2014-04-12 23:09:47 +01:00
public Escape html chars in Inject/Debug and Info pane 2014-04-09 14:50:53 +01:00
red Fix node tests 2014-04-13 22:32:33 +01:00
test Update node_registry_spec 2014-03-31 14:41:51 +01:00
.gitignore Add .npm dir to .gitignore 2014-04-02 23:59:51 +01:00
.nodemonignore Got to start somewhere 2013-09-05 15:02:48 +01:00
.travis.yml Add grunt build and travis-ci 2014-03-31 13:31:31 +01:00
CONTRIBUTING.md Add explicit CLA links 2014-03-25 17:41:33 +00:00
Gruntfile.js Add grunt build and travis-ci 2014-03-31 13:31:31 +01:00
INSTALL.md Update docs 2013-09-26 21:12:31 +01:00
LICENSE Got to start somewhere 2013-09-05 15:02:48 +01:00
README.md Update README.md 2014-02-08 15:33:09 +00:00
package.json Fix mocha dependency 2014-03-31 13:38:35 +01:00
red.js Unexpected error if uiPort already in use 2014-03-17 15:58:44 +00:00
settings.js Add httpNodeCors setting 2014-02-17 22:32:53 +00:00

README.md

Node-RED

A visual tool for wiring the Internet of Things.

Screenshot

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

Documentation

More documentation can be found here.

For further help, or general discussion, there is also a mailing list.

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

Please see our contributing guide.

Authors

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

Copyright 2013 IBM Corp. under the Apache 2.0 license.