Socket
Socket
Sign inDemoInstall

node-red-contrib-badges

Package Overview
Dependencies
4
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-contrib-badges

NodeRED node that returns a badge for display on a readme


Version published
Weekly downloads
4
Maintainers
1
Install size
303 kB
Created
Weekly downloads
 

Readme

Source

Badges for NodeRED

Create your own badges like those found on http://shields.io

Installation

npm install node-red-contrib-badges

Example

 [{"id":"86c78a54.793878","type":"badge","z":"cf1c43dd.30e3c","name":"","x":521,"y":188,"wires":[["9ed06d1b.612f9"]]},{"id":"5512441b.aaedbc","type":"http in","z":"cf1c43dd.30e3c","name":"","url":"/badge","method":"get","swaggerDoc":"","x":148,"y":187,"wires":[["b5bfeeb6.4a401"]]},{"id":"9ed06d1b.612f9","type":"http response","z":"cf1c43dd.30e3c","name":"","x":711,"y":188,"wires":[]},{"id":"b5bfeeb6.4a401","type":"function","z":"cf1c43dd.30e3c","name":"","func":"msg.payload = {\n    left: 'left',\n    right: 'right',\n    color: 'brightgreen',\n    url: 'https://example.com'\n};\nreturn msg;","outputs":1,"noerr":0,"x":357,"y":188,"wires":[["86c78a54.793878"]]}]

Keywords

FAQs

Last updated on 15 Apr 2016

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