https://github.com/syncano/syncano-socket-qrcode-generator
QR (Quick Response) code generator for encoding informative text
https://github.com/syncano/syncano-socket-qrcode-generator
Last synced: 2 months ago
JSON representation
QR (Quick Response) code generator for encoding informative text
- Host: GitHub
- URL: https://github.com/syncano/syncano-socket-qrcode-generator
- Owner: Syncano
- Created: 2018-01-05T05:10:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T13:45:45.000Z (about 8 years ago)
- Last Synced: 2025-03-08T18:51:12.296Z (over 1 year ago)
- Language: JavaScript
- Size: 119 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Syncano Socket Aws-photo-rekognition
[](https://circleci.com/gh/Syncano/syncano-socket-qrcode-generator)
This socket encodes data (text) in a QR Code, it generates a binary stream representing the QR Code.
### Installation
To install this socket, run:
```
syncano-cli add qr-code-generator
```
## Socket Documentation
To view socket endpoints and corresponding parameters, kindly visit [here](https://syncano.io/#/sockets/qr-code-generator)
### Contributing
#### How to Contribute
* Fork this repository
* Clone from your fork
* Make your contributions (Make sure your work is well tested)
* Create Pull request from the fork to this repo
#### Setting up environment variables
* Create a `.envrc` on parent folder
* Copy contents of `.envrc.default` file to newly created `.envrc` file and assign appropriate values to the listed variables.
#### Testing
* Ensure all your tests are written in the `test` directory
* Use the command `npm test` to run tests