- Demo hosted at https://api.vaxx.link
- Allows external consumer apps to create a SHL and add files to it
- Allows SHL clients to connect and pull data from any active SHL
- Demo hosted at https://demo.vaxx.link
- Simulates a state immunization portal or consumer health wallet UX
- Comes with a built-in set of immunizations (synthetic data for a school-age child)
- Connects to server component for backend storage
- Deployed viewer app hosted at https://demo.vaxx.link/viewer
- Deployed library hosted at https://demo.vaxx.link/viewer/index.js
- Generic library that supports
- Inspecting a SHL with the
.flags({shl: "shlink:/..."})
function - Connecting to a SHL with the
.connect({shl: "shlink:/..."})
function - Pulling data from a SHL with the
.pull(connection)
function
- Inspecting a SHL with the