{"id":21062705,"url":"https://github.com/gorillab/health","last_synced_at":"2025-03-14T01:15:02.532Z","repository":{"id":57113942,"uuid":"101315012","full_name":"gorillab/health","owner":"gorillab","description":"The simplest health check middleware for express app","archived":false,"fork":false,"pushed_at":"2018-03-18T16:17:25.000Z","size":39,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-27T04:20:58.329Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@gorillab/health","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gorillab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-08-24T16:18:38.000Z","updated_at":"2018-03-18T16:17:24.000Z","dependencies_parsed_at":"2022-08-22T07:51:13.387Z","dependency_job_id":null,"html_url":"https://github.com/gorillab/health","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorillab%2Fhealth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorillab%2Fhealth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorillab%2Fhealth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorillab%2Fhealth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gorillab","download_url":"https://codeload.github.com/gorillab/health/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243505964,"owners_count":20301619,"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":[],"created_at":"2024-11-19T17:40:05.528Z","updated_at":"2025-03-14T01:15:02.491Z","avatar_url":"https://github.com/gorillab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# health\n\n[![Build Status](https://img.shields.io/travis/gorillab/health.svg)](https://travis-ci.org/gorillab/health)\n[![Dependencies Status](https://img.shields.io/david/gorillab/health.svg)](https://github.com/gorillab/health)\n[![NPM Version](https://img.shields.io/npm/v/@gorillab/health.svg)](https://www.npmjs.com/package/@gorillab/health)\n[![NPM Downloads](https://img.shields.io/npm/dt/@gorillab/health.svg)](https://www.npmjs.com/package/@gorillab/health)\n\nThe simplest health check middleware for express app\n\n### installation\n```bash\nyarn add @gorillab/health\n```\n\nor using `npm`\n\n```bash\nnpm install --save @gorillab/health\n```\n\n### usage\n```javascript\nimport Express from 'express';\nimport Health from '@gorillab/health';\n\nconst app = Express();\n\napp.use(Health());\n\napp.listen(9000);\n```\n\nThe endpoint is exposed as `http://localhost:9000/health`. Done!!!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorillab%2Fhealth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgorillab%2Fhealth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorillab%2Fhealth/lists"}