Go to file
Dave C-J 553c978d87 Added icons for wake on lan and suncalc to this project 2013-10-31 09:44:32 +00:00
analysis/wordpos Use process.env.NODE_RED_HOME to locate modules 2013-10-30 21:34:54 +00:00
hardware Merge branch 'master' of https://github.com/node-red/node-red-nodes 2013-10-31 08:59:54 +00:00
io Added icons for wake on lan and suncalc to this project 2013-10-31 09:44:32 +00:00
social Use process.env.NODE_RED_HOME to locate modules 2013-10-30 21:34:54 +00:00
storage/leveldb Use process.env.NODE_RED_HOME to locate modules 2013-10-30 21:34:54 +00:00
time Added icons for wake on lan and suncalc to this project 2013-10-31 09:44:32 +00:00
LICENSE Create LICENSE 2013-09-26 22:03:38 +01:00
README.md Update README 2013-09-26 22:03:08 +01:00

README.md

Node-RED Nodes

A collection of nodes for Node-RED.

Installation

Eventually, the nodes will be npm-installable, but we're not there yet. Until then:

  1. cd into the nodes directory of Node-RED
  2. Either:
  • download the zip of the repository and extract it
  • run git clone https://github.com/node-red/node-red-nodes.git
  1. npm install any of the individual node dependencies

This is all too manual, so the sooner we npm-enable this stuff the better

Contributing

Please read the Contributing section of the main project README

The key points are:

  • try to follow the conventions we use (all undocumented at the moment just to make it interesting)
  • focus on the UX of the node - make it simple to do simple things and simple to do advanced things. Don't force a user wanting to do simple things have to wade through the advanced things.
  • avoid duplication

Contributor License Agreement

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.

Once you have created a pull-request, we'll provide a link to the appropriate CLA document.

If you are an IBMer, please contact us directly as the contribution process is slightly different.

Copyright 2013 IBM Corp. under the Apache 2.0 license.