Socket
Socket
Sign inDemoInstall

node-red-contrib-convert-kitchen

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-contrib-convert-kitchen

A Node-RED node to convert units of measurement for cooking.


Version published
Weekly downloads
10
increased by100%
Maintainers
1
Install size
172 kB
Created
Weekly downloads
 

Readme

Source

platform npm downloads MIT License

node-red-contrib-convert-kitchen

A simple Node-RED node to convert between units of measurement for cooking.

Quick Start

Install with the built in Node-RED Palette manager or using npm:

npm install node-red-contrib-convert-kitchen

Examples

This example can be imported from within Node-RED with: IMPORT > EXAMPLES > node-red-contrib-convert-kitchen

Help

This documentation is also available in the help section of the node.

This node expects the following four inputs:msg.sys, msg.value, msg.unit, and msg.finalUnit If they are received, they will overwrite the values selected in the node's menu.

msg.sys must be the string 'us' or 'imperial'. msg.value must be a number. Both msg.unit and msg.finalUnit must be strings, the following units are supported: gallon, liter, quart, pint, cup, ounce, tablespoon, teaspoon, and milliliter.

Bugs reports and feature requests

Please report any issues or feature requests at GitHub.

Keywords

FAQs

Last updated on 26 Feb 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc