PipedreamHQ / PipedreamHQ/pipedream
[Components] goqr_me
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# goqr_me
## URLs
- https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=Example
## Actions
### create-qr-code
#### Description
Generate a new QR code from a given text, URL, or other data. Required props: QR data (text, URL, contact info, etc). Optional props: size, format (PNG, SVG), margin, encoding, and error correction level.
### get-qr-code
#### Description
Retrieve the image or metadata of a previously generated QR code using an identifier or URL. Required prop: QR code ID or URL. Optional props: format (if conversion is supported).
### download-qr-code
#### Description
Download a QR code image in a specified format. Required prop: QR code ID or direct URL. Optional props: file format (PNG, SVG), resolution, and download file name.
Contributor guide
Assessment
This issue has not been assessed yet.