Go to file
Nick O'Leary 79d4b32e3f Update README.md 2014-02-08 15:33:09 +00:00
lib Add lib .gitignore 2013-09-05 15:07:01 +01:00
nodes HTTP Request: allow message to override https 2014-02-06 22:14:27 +00:00
public Merge branch 'master' of github.com:node-red/node-red 2014-01-27 21:55:58 +00:00
red Merge pull request #139 from skynetim/storage 2014-02-02 12:22:23 -08:00
test Make storage.init return a promise to async initialisation 2013-11-12 17:13:06 +00:00
.gitignore Add node-red-nodes to .gitignore 2013-10-30 21:35:51 +00:00
.nodemonignore Got to start somewhere 2013-09-05 15:02:48 +01:00
CONTRIBUTING.md Add CONTRIBUTING.md 2014-02-08 15:31:01 +00: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 Move to twitter-ng module 2014-02-05 20:26:56 +00:00
red.js Allow settings.js be specified on command line 2013-11-24 21:49:32 +00:00
settings.js Add socketTimeout to settings.js for TCP server sockets 2013-12-24 13:12:17 +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.