Skip to content

node-red-jp/node-red

This branch is 6 commits ahead of, 6913 commits behind node-red/node-red:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5cea877 · Jan 18, 2017
Jan 11, 2017
Jan 16, 2017
Sep 5, 2013
Jan 17, 2017
Jan 18, 2017
Jan 14, 2017
Jul 2, 2015
Apr 7, 2016
Oct 2, 2015
Apr 14, 2015
Jan 1, 2017
Jan 16, 2017
Apr 7, 2016
Dec 9, 2016
Jan 11, 2017
Jan 11, 2017
Jan 11, 2017
Jan 16, 2017
Jan 13, 2017
Jan 11, 2017

Repository files navigation

Node-RED

http://nodered.org

Build Status Coverage Status

A visual tool for wiring the Internet of Things.

Node-RED: A visual tool for wiring the Internet of Things

Quick Start

Check out http://nodered.org/docs/getting-started/ for full instructions on getting started.

  1. sudo npm install -g node-red
  2. node-red
  3. Open http://localhost:1880

Getting Help

More documentation can be found here.

For further help, or general discussion, please use the mailing list.

Developers

If you want to run the latest code from git, here's how to get started:

  1. Clone the code:

     git clone https://github.com/node-red/node-red.git
     cd node-red
    
  2. Install the node-red dependencies

     npm install
    
  3. Build the code

     npm run build
    
  4. Run

     npm start
    

    or

     node red.js
    

Contributing

Before raising a pull-request, please read our contributing guide.

This project adheres to the Contributor Covenant 1.4. By participating, you are expected to uphold this code. Please report unacceptable behavior to any of the project's core team.

Authors

Node-RED is a project of the JS Foundation.

It was created by IBM Emerging Technology.

Copyright and license

Copyright JS Foundation and other contributors, http://js.foundation under the Apache 2.0 license.

About

A visual tool for wiring the Internet of Things

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.9%
  • HTML 11.8%
  • CSS 4.9%
  • Other 0.4%