{"id":15483781,"url":"https://github.com/leoafarias/zeit-integration-inspect","last_synced_at":"2025-09-02T04:13:01.101Z","repository":{"id":57405405,"uuid":"190323750","full_name":"leoafarias/zeit-integration-inspect","owner":"leoafarias","description":"Quickly inspect values during Zeit Now Integrations development.","archived":false,"fork":false,"pushed_at":"2019-06-05T22:53:20.000Z","size":145,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-20T10:51:51.521Z","etag":null,"topics":["zeit","zeit-now","zeit-now-integration"],"latest_commit_sha":null,"homepage":"","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/leoafarias.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}},"created_at":"2019-06-05T04:05:25.000Z","updated_at":"2019-09-26T20:28:00.000Z","dependencies_parsed_at":"2022-09-17T14:50:51.588Z","dependency_job_id":null,"html_url":"https://github.com/leoafarias/zeit-integration-inspect","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/leoafarias%2Fzeit-integration-inspect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Fzeit-integration-inspect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Fzeit-integration-inspect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leoafarias%2Fzeit-integration-inspect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leoafarias","download_url":"https://codeload.github.com/leoafarias/zeit-integration-inspect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249636303,"owners_count":21304125,"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":["zeit","zeit-now","zeit-now-integration"],"created_at":"2024-10-02T05:20:48.159Z","updated_at":"2025-04-22T16:23:12.749Z","avatar_url":"https://github.com/leoafarias.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zeit-integration-inspect\n\nQuickly inspect values during Zeit Integrations development.\n\n![Screenshot](./screen.png)\n\n## Install\n\n```bash\nyarn add --dev zeit-integration-inspect\n```\n\n## Usage\n\n```javascript\nconst inspectPanel = require(\"zeit-integration-inspect\");\n\nasync function handler(options){\n    return htm`\n        \u003cPage\u003e\n            \u003cContainer\u003e\n                \u003cH2\u003eYour Integration\u003c/H2\u003e\n                \u003cP\u003eAwesome description.\u003c/P\u003e\n            \u003c/Container\u003e\n            ${await inspectPanel(options, values)}\n        \u003c/Page\u003e\n    `;\n}\n\nmodule.exports = withUiHook(handler);\n```\n\n### Parameters\n\n- **options** - values that are passed down from withUiHook middleware.\n\n- **values** - These are values you would like to display during development.\n\n### Default Panels\n\nThe panel will display **metadata, clientState, action** by default from the **options** parameter.\n\nYou can always choose to hide them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoafarias%2Fzeit-integration-inspect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleoafarias%2Fzeit-integration-inspect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoafarias%2Fzeit-integration-inspect/lists"}