Go to file
Nick O'Leary 67d5bc2399 Merge pull request #380 from hindessm/trivial-html-fixes
Fix two trivial HTML bugs.
2014-09-05 23:12:32 +01:00
lib
nodes Merge pull request #380 from hindessm/trivial-html-fixes 2014-09-05 23:12:32 +01:00
public add comment to main.js - how to enable auto clear of debug on deploy 2014-09-04 08:19:37 +01:00
red Rename RED.utils to RED.util. Fixes #364. 2014-09-03 13:20:45 +01:00
test Delay node drop immediate not working 2014-09-05 16:04:35 +01:00
.gitignore Ignore the test coverage directory. 2014-07-16 10:19:39 +01:00
.nodemonignore
.travis.yml
CONTRIBUTING.md
Gruntfile.js Tidy editor code to pass jshint 2014-08-08 00:01:35 +01:00
INSTALL.md
LICENSE
README.md Fix README link and add badges 2014-07-24 12:33:57 +01:00
package.json Add ability to tweet images 2014-09-01 10:16:37 +01:00
red.js Fail with error rather than silently on storage init problems. 2014-07-23 22:54:16 +01:00
settings.js Tweak example settings for functionGlobalContext 2014-08-29 09:35:14 +01:00

README.md

Node-RED

http://nodered.org

Build Status Coverage Status

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 IBM Emerging Technology.

For more open-source projects from IBM, head over here.

Copyright 2013, 2014 IBM Corp. under the Apache 2.0 license.