{"id":17478016,"url":"https://github.com/thulio/plug_health_check","last_synced_at":"2025-03-28T12:11:21.460Z","repository":{"id":142393188,"uuid":"142232778","full_name":"thulio/plug_health_check","owner":"thulio","description":"A configurable plug to health check your web app","archived":false,"fork":false,"pushed_at":"2018-08-20T01:21:50.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T04:11:59.643Z","etag":null,"topics":["elixir","plug"],"latest_commit_sha":null,"homepage":"","language":"Elixir","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/thulio.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-25T01:47:14.000Z","updated_at":"2018-07-25T14:06:59.000Z","dependencies_parsed_at":"2024-04-19T06:46:46.614Z","dependency_job_id":null,"html_url":"https://github.com/thulio/plug_health_check","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"df364505a74de71510ce7fb6a94b4f047179bb0b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thulio%2Fplug_health_check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thulio%2Fplug_health_check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thulio%2Fplug_health_check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thulio%2Fplug_health_check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thulio","download_url":"https://codeload.github.com/thulio/plug_health_check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246026111,"owners_count":20711581,"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":["elixir","plug"],"created_at":"2024-10-18T20:10:29.924Z","updated_at":"2025-03-28T12:11:21.438Z","avatar_url":"https://github.com/thulio.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/thulio/plug_health_check.svg?style=svg)](https://circleci.com/gh/thulio/plug_health_check)\n[![Coverage Status](https://coveralls.io/repos/github/thulio/plug_health_check/badge.svg?branch=master)](https://coveralls.io/github/thulio/plug_health_check?branch=master)\n\n# PlugHealthCheck\n\nA configurable plug to health check your web app.\n\n# Usage\n\nAdd PlugHealthCheck to the top of you pipeline:\n\n```elixir\ndefmodule SampleApp.Router do\n  use Plug.Router\n\n  plug(PlugHealthCheck)\n  plug(:match)\n  plug(:dispatch)\n\n  get(\"/\", do: send_resp(conn, 200, \"Welcome\"))\n  match(_, do: send_resp(conn, 404, \"Oops!\"))\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthulio%2Fplug_health_check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthulio%2Fplug_health_check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthulio%2Fplug_health_check/lists"}