Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jusleg/qc-vaccine-pass
Service issuing iOS passes for Quebec COVID-19 Vaccine Passport
https://github.com/jusleg/qc-vaccine-pass
Last synced: about 1 month ago
JSON representation
Service issuing iOS passes for Quebec COVID-19 Vaccine Passport
- Host: GitHub
- URL: https://github.com/jusleg/qc-vaccine-pass
- Owner: jusleg
- License: mit
- Created: 2021-08-28T19:57:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T14:22:35.000Z (over 1 year ago)
- Last Synced: 2023-04-27T15:53:26.687Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://qc-vaccine-pass.herokuapp.com
- Size: 558 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CI](https://github.com/jusleg/qc-vaccine-pass/actions/workflows/ci.yml/badge.svg)](https://github.com/jusleg/qc-vaccine-pass/actions/workflows/ci.yml)
# [QC Vaccine Pass](https://qc-vaccine-pass.herokuapp.com)Service issuing iOS passes for Quebec COVID-19 Vaccine Passport. You need a valid vaccine proof to be able to generate a Passkit version that can be used in the wallet app.
The application is deployed on a heroku free dyno and you can try it [here](https://qc-vaccine-pass.herokuapp.com).
## Development
```console
bundle
npm install
browserify public/javascript/shc-parser.js -o public/javascript/shc-parser.bundle.js
ruby app.rb
```To watch html changes and recompile [tailwindcss](https://tailwindcss.com), you can use `bin/tailwind`
We added rubocop to enforce the [relaxed ruby style](https://relaxed.ruby.style).
An `.env` file with the proper certificates is required to sign iOS passes.
# Test
```bash
rspec
```# Deployment