https://github.com/178inaba/hubot-qr-generator
Hubot script for generating QR-codes
https://github.com/178inaba/hubot-qr-generator
hubot hubot-scripts qrcode
Last synced: 9 months ago
JSON representation
Hubot script for generating QR-codes
- Host: GitHub
- URL: https://github.com/178inaba/hubot-qr-generator
- Owner: 178inaba
- License: mit
- Created: 2014-12-19T10:02:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T15:24:38.000Z (over 8 years ago)
- Last Synced: 2025-09-25T19:44:39.072Z (9 months ago)
- Topics: hubot, hubot-scripts, qrcode
- Language: CoffeeScript
- Size: 17.6 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hubot-qr-generator
[](https://travis-ci.org/178inaba/hubot-qr-generator)
Generates QR codes for your Hubot, using service from [QR Code Generator](http://goqr.me/api/doc/create-qr-code/)
See [`src/qr-generator.coffee`](src/qr-generator.coffee) for full documentation.
## Installation
In hubot project repo, run:
`npm install hubot-qr-generator --save`
Then add **hubot-qr-generator** to your `external-scripts.json`:
```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
```