{"id":16595689,"url":"https://github.com/1000ch/rog","last_synced_at":"2025-10-04T11:23:16.193Z","repository":{"id":2441142,"uuid":"46483817","full_name":"1000ch/rog","owner":"1000ch","description":"Retrieve open graph data from passing URL.","archived":false,"fork":false,"pushed_at":"2023-02-12T11:28:26.000Z","size":2414,"stargazers_count":12,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-01T06:15:11.919Z","etag":null,"topics":["nodejs","opengraph"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/rog","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/1000ch.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}},"created_at":"2015-11-19T10:03:06.000Z","updated_at":"2021-09-14T12:49:19.000Z","dependencies_parsed_at":"2023-07-05T17:01:13.551Z","dependency_job_id":null,"html_url":"https://github.com/1000ch/rog","commit_stats":{"total_commits":160,"total_committers":5,"mean_commits":32.0,"dds":"0.41874999999999996","last_synced_commit":"72a882298070b7b4d1c1dc43e1e3e804ecbb219c"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1000ch%2Frog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1000ch%2Frog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1000ch%2Frog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/1000ch%2Frog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/1000ch","download_url":"https://codeload.github.com/1000ch/rog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243131048,"owners_count":20241183,"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":["nodejs","opengraph"],"created_at":"2024-10-11T23:51:16.668Z","updated_at":"2025-10-04T11:23:16.132Z","avatar_url":"https://github.com/1000ch.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rog\n\nRetrieve open graph data by passing URL.\n\n![GitHub Actions Status](https://github.com/1000ch/rog/workflows/test/badge.svg?branch=master)\n[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)\n\n## Install\n\nInstall `rog` and its plugins.\n\n```bash\n$ npm install rog\n$ npm install rog-plugin-title\n```\n\n## Usage\n\n```javascript\nimport {rog} from 'rog';\nimport {rogTitle} from 'rog-plugin-title';\n\nrog('http://google.com', {\n  title: rogTitle\n}).then(data =\u003e {\n  console.log(data.title); // =\u003e \u003cmeta property=\"og:title\" content=\"...\"\u003e\n}).catch(error =\u003e {\n  console.error(error);\n});\n```\n\n## Packages\n\n- [`rog`](packages/rog): core package\n- [`rog-plugin-description`](packages/rog-plugin-description): a plugin to analyze `\u003cmeta property=\"og:description\"\u003e` and others.\n- [`rog-plugin-image`](packages/rog-plugin-image): a plugin to analyze `\u003cmeta property=\"og:image\"\u003e` and others.\n- [`rog-plugin-images`](packages/rog-plugin-images): a plugin to analyze `\u003cimg\u003e`s written in `\u003cbody\u003e`.\n- [`rog-plugin-locale`](packages/rog-plugin-locale): a plugin to analyze `\u003cmeta property=\"og:locale\"\u003e`.\n- [`rog-plugin-sitename`](packages/rog-plugin-sitename): a plugin to analyze `\u003cmeta property=\"og:site_name\"\u003e` and others.\n- [`rog-plugin-title`](packages/rog-plugin-title): a plugin to analyze `\u003cmeta property=\"og:title\"\u003e` and others.\n- [`rog-plugin-type`](packages/rog-plugin-type): a plugin to analyze `\u003cmeta property=\"og:type\"\u003e`.\n- [`rog-plugin-url`](packages/rog-plugin-url): a plugin to analyze `\u003cmeta property=\"og:url\"\u003e` and others.\n\n## License\n\n[MIT](https://1000ch.mit-license.org) © [Shogo Sensui](https://github.com/1000ch)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1000ch%2Frog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F1000ch%2Frog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F1000ch%2Frog/lists"}