Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmandel/vaxx.link
https://github.com/jmandel/vaxx.link
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmandel/vaxx.link
- Owner: jmandel
- Created: 2022-04-01T22:10:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T23:15:36.000Z (2 months ago)
- Last Synced: 2024-10-06T15:39:07.811Z (about 1 month ago)
- Language: TypeScript
- Size: 4.15 MB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SMART Health Links Demo
## Server
* 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## UI
* 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## Client
* 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