qrdude
This is a utility library to get some help while using the goQR.me API to create a QR code from data.
Usage
So far the library allows to validate the data to make the request, just call the validateQrData
function.
Example (es module)
const validation = if validationerrors //handle else //use data validationdata...
TODO
- Create the URL to make the API call.
Notes
This is a toy library under development, it uses the TypeScript Starter project to setup the initial code.