{"id":18260077,"url":"https://github.com/roppa/koa-health-report","last_synced_at":"2025-04-08T23:44:42.480Z","repository":{"id":146092719,"uuid":"132889059","full_name":"roppa/koa-health-report","owner":"roppa","description":"Koa health report (customisable) middleware","archived":false,"fork":false,"pushed_at":"2023-03-01T22:32:30.000Z","size":401,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T18:36:29.187Z","etag":null,"topics":["health-check","health-report","healthcheck"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roppa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-10T11:08:14.000Z","updated_at":"2023-08-29T07:24:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f7bc9fb-182f-4c93-be34-d295746aa180","html_url":"https://github.com/roppa/koa-health-report","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roppa%2Fkoa-health-report","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roppa%2Fkoa-health-report/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roppa%2Fkoa-health-report/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roppa%2Fkoa-health-report/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roppa","download_url":"https://codeload.github.com/roppa/koa-health-report/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247947825,"owners_count":21023058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["health-check","health-report","healthcheck"],"created_at":"2024-11-05T10:41:56.540Z","updated_at":"2025-04-08T23:44:42.462Z","avatar_url":"https://github.com/roppa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/roppa/koa-health-report.svg?style=svg)](https://circleci.com/gh/roppa/koa-health-report)\n\n## Koa Custom Health Report Middleware\n\nInstallation:\n\n```javascript\nconst healthreport = require('koa-health-report');\n```\n\nThe default path is `/health`:\n\n```javascript\napp.use(healthreport());\n```\n\nWith a custom path:\n\n```javascript\napp.use(healthreport({ path: '/custompath' }));\n```\n\nWith a custom report object (appended):\n\n```javascript\napp.use(healthreport({ custom: {\n  foo: 'bar',\n  bin: () =\u003e 'baz',\n} }));\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froppa%2Fkoa-health-report","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froppa%2Fkoa-health-report","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froppa%2Fkoa-health-report/lists"}