{"id":20573173,"url":"https://github.com/ashmadev/react-inpost-geowidget","last_synced_at":"2025-04-14T17:23:52.792Z","repository":{"id":57688504,"uuid":"491912811","full_name":"AshmaDev/react-inpost-geowidget","owner":"AshmaDev","description":"A simple React.js component for Inpost Geowidget","archived":false,"fork":false,"pushed_at":"2023-02-19T15:28:05.000Z","size":258,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T06:04:25.590Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/AshmaDev.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":"2022-05-13T13:42:07.000Z","updated_at":"2023-05-17T08:13:41.000Z","dependencies_parsed_at":"2024-11-16T05:26:08.583Z","dependency_job_id":"66e56ada-d7dd-44a4-b1a1-b90594a785c4","html_url":"https://github.com/AshmaDev/react-inpost-geowidget","commit_stats":{"total_commits":15,"total_committers":3,"mean_commits":5.0,"dds":0.4666666666666667,"last_synced_commit":"5088eef01b27f39b2326f5efd36cda4cd7e0a5a7"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshmaDev%2Freact-inpost-geowidget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshmaDev%2Freact-inpost-geowidget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshmaDev%2Freact-inpost-geowidget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AshmaDev%2Freact-inpost-geowidget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AshmaDev","download_url":"https://codeload.github.com/AshmaDev/react-inpost-geowidget/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248924489,"owners_count":21184090,"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-16T05:25:56.175Z","updated_at":"2025-04-14T17:23:52.744Z","avatar_url":"https://github.com/AshmaDev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-inpost-geowidget\nA simple React.js component for Inpost Geowidget\n\n[![Tests](https://github.com/AshmaDev/react-inpost-geowidget/actions/workflows/node.js.yml/badge.svg)](https://github.com/AshmaDev/react-inpost-geowidget/actions/workflows/node.js.yml)\n\n## Getting Started\n\nThis package includes a simple React.js Component for Inpost Geowidget (v5 Beta). See [docs](https://dokumentacja-inpost.atlassian.net/wiki/spaces/PL/pages/50069505/Geowidget+v5+Beta) for more details.\n\n### Installation\n\n```sh\nnpm i react-inpost-geowidget\n# or\nyarn add react-inpost-geowidget\n```\n\n### Usage\n\nFirst, obtain the token to the API:\n- [Production](https://manager.paczkomaty.pl)\n- [Sanbox](https://sandbox-manager.paczkomaty.pl)\n\n```ts\nimport { InpostGeowidget } from \"react-inpost-geowidget\";\n\nfunction App() {\n  const onPointCallback = (e) =\u003e {\n    console.log(e);\n  }\n\n  return (\n    \u003cdiv className=\"App\"\u003e\n      \u003cInpostGeowidget\n        token={YOUR_API_TOKEN}\n        onPoint={onPointCallback}\n      /\u003e\n    \u003c/div\u003e\n  );\n}\n\nexport default App;\n```\n\nOptional component props:\n- language (default 'pl')\n- config (default 'parcelCollect')\n\nRead more about config parameter in the [docs](https://dokumentacja-inpost.atlassian.net/wiki/spaces/PL/pages/50069505/Geowidget+v5+Beta).\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashmadev%2Freact-inpost-geowidget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashmadev%2Freact-inpost-geowidget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashmadev%2Freact-inpost-geowidget/lists"}