-
v15.6.0 on macOS Big Sur is confirmed to work.
git clone [email protected]:symptomizer/data.git
cd git
npm i
npm start
Name | Notes |
---|---|
NHS_API_KEY |
The key for accessing the NHS API. Available from the NHS developer portal. |
MEDICINESCOMPLETE_PLAY_SESSION_JWT |
The PLAY_SESSION cookie from an authenticated session with the MedicinesComplete website. It should be a JSON Web Token (JWT). |
This app functions as a proxy for the following services, automatically caching data and injecting authentication.
A request to /nhs/<PATH>
is proxied to https://api.nhs.uk/<PATH>
.
A request to /medicinesComplete/<PATH>
is proxied to https://www.medicinescomplete.com/api/<PATH>
.
A request to /who/<DOCID>
returns the PDF document from https://apps.who.int/iris/handle/<DOCID>
.