{"id":42813590,"url":"https://github.com/windchime-yk/deno_ogp_parser","last_synced_at":"2026-01-30T05:59:46.601Z","repository":{"id":167983279,"uuid":"641345441","full_name":"windchime-yk/deno_ogp_parser","owner":"windchime-yk","description":"OGP Parser for Deno","archived":false,"fork":false,"pushed_at":"2024-05-04T02:06:37.000Z","size":27,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-13T09:40:36.790Z","etag":null,"topics":["deno","deno-module"],"latest_commit_sha":null,"homepage":"https://deno.land/x/ogp_parser","language":"TypeScript","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/windchime-yk.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}},"created_at":"2023-05-16T09:26:25.000Z","updated_at":"2024-05-04T02:06:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfe42c43-ff77-4113-8c6f-b35e4e229092","html_url":"https://github.com/windchime-yk/deno_ogp_parser","commit_stats":null,"previous_names":["rwl-dev/deno_ogp_parser","windchime-yk/deno_ogp_parser"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/windchime-yk/deno_ogp_parser","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windchime-yk%2Fdeno_ogp_parser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windchime-yk%2Fdeno_ogp_parser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windchime-yk%2Fdeno_ogp_parser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windchime-yk%2Fdeno_ogp_parser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/windchime-yk","download_url":"https://codeload.github.com/windchime-yk/deno_ogp_parser/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/windchime-yk%2Fdeno_ogp_parser/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28906213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T04:02:34.702Z","status":"ssl_error","status_checked_at":"2026-01-30T04:02:33.562Z","response_time":66,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["deno","deno-module"],"created_at":"2026-01-30T05:59:46.028Z","updated_at":"2026-01-30T05:59:46.595Z","avatar_url":"https://github.com/windchime-yk.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno_ogp_parser\n[![codecov](https://codecov.io/gh/windchime-yk/deno_ogp_parser/graph/badge.svg?token=3WI5ALOM33)](https://codecov.io/gh/windchime-yk/deno_ogp_parser)  \nOGP Parser for Deno\n\n## Usage\n```typescript\nimport { parsedMeta } from \"https://deno.land/x/ogp_parser/mod.ts\"\n\nconst result = parsedMeta(\"https://example.com\")\nconsole.log(result.title) // -\u003e \"Example Domain\"\n```\nIf you want to restrict the allowed origins, use the `allowOrigins` option.\n```typescript\nimport { parsedMeta } from \"https://deno.land/x/ogp_parser/mod.ts\"\n\nconst result = parsedMeta(\"https://example.com\", {\n  allowOrigins: [\"https://example.com\"],\n});\nconsole.log(result.title) // -\u003e \"Example Domain\"\n```\n\n## Recommends\nSince metadata does not change frequently, we recommend caching the retrieved results in [Deno KV](https://deno.com/kv).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindchime-yk%2Fdeno_ogp_parser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwindchime-yk%2Fdeno_ogp_parser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwindchime-yk%2Fdeno_ogp_parser/lists"}