Skip to content

sQReen Reader is a tool that reads QR codes that are on the screen

License

Notifications You must be signed in to change notification settings

sqreen-reader/sqreen-reader

Repository files navigation

sQreen Reader Logo sQReen Reader Build sQReen Reader

sQReen Reader is a desktop tool that watches your screen for QR codes and gives you a way to open the hyperlinks embedded in the QR code.

Build

sQReen reader requires nodeJS to run. To build sQReen reader run the following command:

npm install

Tests

To run all unit tests run the following command:

npm test

package

To build the installable image run the following command.

npm run pack

Run

to start sQreen Reader run the following command:

npm run start

Scanning

All Scans are ran as part of the build pipeline

Sonar

The sonar client can be used to run locally.

Snyk

to run Snyk scans locally run the following command:

snyk test

CodeQL

TODO: Run scan locally