{"id":15015799,"url":"https://github.com/tawk/tawk-messenger-ember","last_synced_at":"2025-08-14T00:18:29.316Z","repository":{"id":38375802,"uuid":"458177036","full_name":"tawk/tawk-messenger-ember","owner":"tawk","description":"Official Ember plugin for Tawk messenger","archived":false,"fork":false,"pushed_at":"2025-06-12T14:00:03.000Z","size":1674,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-08-08T22:56:16.371Z","etag":null,"topics":["ember","ember-addon","ember-plugin","ember-tawk","emberjs","tawk","tawkto"],"latest_commit_sha":null,"homepage":"https://www.tawk.to","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tawk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2022-02-11T12:26:43.000Z","updated_at":"2025-06-12T13:59:49.000Z","dependencies_parsed_at":"2024-09-20T12:02:07.577Z","dependency_job_id":"4aa88b58-ef27-4a83-be7e-695bf4a33ffd","html_url":"https://github.com/tawk/tawk-messenger-ember","commit_stats":{"total_commits":36,"total_committers":3,"mean_commits":12.0,"dds":0.05555555555555558,"last_synced_commit":"8e18f7ea232b84feab0858a0b6064b94e90cbe61"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tawk/tawk-messenger-ember","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tawk%2Ftawk-messenger-ember","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tawk%2Ftawk-messenger-ember/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tawk%2Ftawk-messenger-ember/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tawk%2Ftawk-messenger-ember/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tawk","download_url":"https://codeload.github.com/tawk/tawk-messenger-ember/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tawk%2Ftawk-messenger-ember/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269663711,"owners_count":24455836,"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","status":"online","status_checked_at":"2025-08-10T02:00:08.965Z","response_time":71,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ember","ember-addon","ember-plugin","ember-tawk","emberjs","tawk","tawkto"],"created_at":"2024-09-24T19:47:56.792Z","updated_at":"2025-08-14T00:18:29.219Z","avatar_url":"https://github.com/tawk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"250\"\n        src=\"./images/tawk-ember-logo.png\"\n        alt=\"Tawk Ember logo\"\u003e\n\u003c/p\u003e\n\n## Features\n- Documented and self-explaining methods\n- Small size without any external libraries\n- All Javascript API methods are available\n- Maintained by the [tawk.to](https://www.tawk.to]) team\n\n\u003cbr/\u003e\n\n## Installation\nThe plugins are available from the node and yarn package managers.\n```bash\n# Node\nnpm install @tawk.to/tawk-messenger-ember\n\n# Yarn\nyarn add @tawk.to/tawk-messenger-ember\n```\n\n\u003cbr/\u003e\n\n## Quickstart\nAdd **TawkMessenger** component in your handlebar file. The **propertyId** and **widgetId** will\nbe found on your tawk.to Dashboard.\n\nLog in to your account and go to **Administration \u003e Channels \u003e Chat Widget**.\n\n```hbs\n\u003cTawkMessenger\n    @propertyId={{'property_id'}}\n    @widgetId={{'widget_id'}}/\u003e\n```\n\n\u003cbr/\u003e\n\n## Documentation\n\nThis project includes a `docs` folder with more details on the following:\n1.  [How to Use](docs/how-to-use.md)\n1.  [API Reference](docs/api-reference.md)\n\n\u003cbr/\u003e\n\n## Other JS frameworks we support\n- [Vue Js 2](https://github.com/tawk/tawk-messenger-vue-2)\n- [Vue Js 3](https://github.com/tawk/tawk-messenger-vue-3)\n- [React Js](https://github.com/tawk/tawk-messenger-react)\n- [Angular Js](https://github.com/tawk/tawk-messenger-angular)\n\n\n\u003cbr/\u003e\n\n## Frequently Asked Questions\n\n**Do you have a knowledge base or article to support implementation?**\n\nHere is our guide for the [Ember.js integration](https://help.tawk.to/article/ember-js )\n\n**Where can I find more information and support?**\n\nVisit our [help center](https://help.tawk.to) or reach out in the chat on our [website](https://tawk.to). Our agents are available to assist you 24/7.\n\n**Where can I submit a suggestion or report a bug?**\n\nCheck to see if the issue already exists. If not, open a new issue in the [Issues tab](https://github.com/tawk/tawk-messenger-ember/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftawk%2Ftawk-messenger-ember","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftawk%2Ftawk-messenger-ember","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftawk%2Ftawk-messenger-ember/lists"}