Covid Scan Web

Pure web based Covid Scan version.

Use this instead of the Covid Scan application to have an open source CST and Digital Green Pass reading application.

This application only shows what is embedded in the QR code.

It does not perform any validation rule, so you can let everyone in (as you should)

Demo

Go to https://covid-scan.link

How to host it yourself

requirements

  • node
  • npm

building

npm install
npm run build 

test locally

npm run serve

deploy

Just copy the content of the dist folder to your web root.