From b77424800e07879a6d5facd6bc62781a212cb394 Mon Sep 17 00:00:00 2001 From: Adriano Date: Mon, 20 Dec 2021 16:08:25 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b9f139..91c5de5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Scan codes with the smartphones and forward the parsed code to a webpage. + + ### Why this project? You find always more QR codes on the web and it is also easy to generate QR codes for own projects. Good smartphones (with Android or Windows Mobile) are able to scan a QR code directly from a webpage. Older smartphones and cheaper smartphones need an app because they are not able to access the camera from the webpage. So you need an app for each OS (=> store accounts, developer accounts, and $$$). From 001f79857cb4d18841568cf6206e8ec2685c8c65 Mon Sep 17 00:00:00 2001 From: Adriano Date: Mon, 20 Dec 2021 16:13:35 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91c5de5..c21e744 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,13 @@ Scan codes with the smartphones and forward the parsed code to a webpage. - +### What is QR2Web? +QR to web is a simple barcodescanner with integrated browser. +The webpage can interact with the browser to start a barcode scanner or to light up the flashlight of your phone. + +The app is useful if you are a webpage developer and want to integrate a barcode scanner in your webpage. + + ### Why this project? You find always more QR codes on the web and it is also easy to generate QR codes for own projects. Good smartphones (with Android or Windows Mobile) are able to scan a QR code directly from a webpage. Older smartphones and cheaper smartphones need an app because they are not able to access the camera from the webpage. So you need an app for each OS (=> store accounts, developer accounts, and $$$).