haxxnz / nzcp-js

A verification library for COVID-19 Vaccine Passes in New Zealand
MIT License
37 stars 7 forks source link

A working app #39

Closed rafcontreras closed 2 years ago

rafcontreras commented 3 years ago

Hi, this is not an issue.

Just wanted to share here my implementation of a COVID pass scanner using your library:

Check it out at https://vaxxed.as

You can try some example QR codes: Valid Pass Expired Pass Revoked Pass

It works offline if you've visited the site at least once, so if you don't have internet connection, you still can scan these codes.

You can add it to your homescreen and it will work like a native app.

It uses ServiceWorkers to cache the app and use it offline. The QR code identification and verification is done using WebWorkers so it will be very fast

noway commented 3 years ago

That's awesome, great job! Just wondering, are you planning to open source it?

noway commented 3 years ago

Feel free to join our Discord server and announce it btw! I wanted to shout you out, but it looks like you're not there yet :-)

https://discord.gg/nkbnqhR8A8

rafcontreras commented 3 years ago

@noway I've made public my repo https://github.com/rafcontreras/vaxxed-as

noway commented 2 years ago

Amazing to have vaxxed.as under vaxxnz umbrella. Closing the issue.