How to start a subscription

How to start a subscription

Start with creating a github account if you don't allready have one. Go to github.com and sign up. Go to settings and then developer settings and create a new OAuth app. When you are finished with that click on Login to dashboard on the pricing page or on the first page on rodened.com.

What is Rodened?

What is Rodened?

The Rodened cloud-based editor is based on Node-RED which is open-source and maintained by JS Foundation with primary contributors coming from IBM and Hitachi. According to the Github project README, Node-RED is “a visual tool for wiring the Internet of Things.”

How to use Python in node-red

How to use Python in node-red

With the python node (node-red-contrib-pythonshell) it is easy to use python in node-red. With the exec node, we can install python libraries and create virtual environments. The output from the python shell can be shown in the javascript graph node or in a debug node.