Installations
npm install node-red-contrib-qrcode-generator
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
>=8.0.0
Node Version
10.24.0
NPM Version
5.8.0
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
HTML (67.16%)
JavaScript (32.84%)
Developer
momentfree
Download Statistics
Total Downloads
33,203
Last Day
3
Last Week
49
Last Month
401
Last Year
5,939
GitHub Statistics
2 Stars
25 Commits
1 Watching
1 Branches
1 Contributors
Bundle Size
25.66 kB
Minified
9.32 kB
Minified + Gzipped
Package Meta Information
Latest Version
0.4.0
Package Id
node-red-contrib-qrcode-generator@0.4.0
Unpacked Size
19.30 kB
Size
7.59 kB
File Count
7
NPM Version
5.8.0
Node Version
10.24.0
Total Downloads
Cumulative downloads
Total Downloads
33,203
Last day
-87%
3
Compared to previous day
Last week
-46.7%
49
Compared to previous week
Last month
-40.2%
401
Compared to previous month
Last year
36.9%
5,939
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
1
node-red-contrib-qrcode-generator
Create QRCode from action text. Based on node-qrcode module.
Install
Install from PALETTE Manager or run the following command in your NODE-RED user directory typically: ~/.node-red
npm install node-red-contrib-qrcode-generator
Usage
Processes string to generate QRCode. Use the editor as an helper to forge action text string (link, sms, wifi etc.) or post your custom string using msg.qrcodeinput
input property. Here is documentation to create your custom action text. Remember QRCode are specific for some devices for example Wi-Fi Network config works only on Android or iOS 11+. There are a lot of different standards on actionable text, the helper (editor configuration) aims to cover some of the most used. Finally node returns DataUri format image in msg.payload
.
You can render DataUri result, in html page with img element, using template node with mustache:
<body>
<img src="{{payload}}">
</body>
or you can link output to image viewer node and get a preview in your Node-Red workspace panel.
You can use different colors but keep in mind that Background Color must be brighter than QRcode Color.
Input
msg.qrcodeinput
Custom string, it will be used instead of editor configuration. e.g.:
msg.qrcodeinput = 'mailto:someone@yoursite.com';
creates QRcode with action text for sending email to a specific address.
Output
msg.payload
Image in DataURI format.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
Reason
Found 0/25 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
security policy file not detected
Details
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Score
3
/10
Last Scanned on 2025-01-06
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More