@threevl/hpo-api
v0.0.4
Published
Standalone HTTP server for the Human Phenotype Ontology REST API
Readme
@threevl/hpo-api
Runnable Express server that loads an HPO .obo file and serves the REST API (same routes as the Docker Dockerfile.node image).
CLI
npx @threevl/hpo-apiEnvironment variables:
HPO_OBO_PATH— path tohp.obo(default/data/hp.obo)PORT— listen port (default8000)
Programmatic
Import main is not exported; run via node node_modules/@threevl/hpo-api/dist/index.js or the hpo-api bin.
For embedding in your own app, use @threevl/hpo-express and @threevl/hpo-lib instead.
