GitHunt
17

178inaba/hubot-qr-generator

Hubot script for generating QR-codes

hubot-qr-generator

Test

Generates QR codes for your Hubot, using service from QR Code Generator

See src/qr-generator.js for full documentation.

Installation

In hubot project repo, run:

npm install hubot-qr-generator

Then add hubot-qr-generator to your external-scripts.json:

["hubot-qr-generator"]

Sample Interaction

user1>> hubot qr gen http://www.google.com
hubot>> https://api.qrserver.com/v1/create-qr-code?data=http%3A%2F%2Fwww.google.com&size=128x128

Languages

JavaScript100.0%

Contributors

MIT License
Created December 19, 2014
Updated March 8, 2026
178inaba/hubot-qr-generator | GitHunt