{"id":15015802,"url":"https://github.com/fabriquartz/ember-marker-io","last_synced_at":"2026-02-17T11:02:37.385Z","repository":{"id":43868803,"uuid":"451380950","full_name":"Fabriquartz/ember-marker-io","owner":"Fabriquartz","description":"No-hassle inclusion of the Marker.io SDK in Ember","archived":false,"fork":false,"pushed_at":"2023-03-07T03:57:47.000Z","size":1544,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-22T17:50:40.306Z","etag":null,"topics":["ember","ember-addon","marker"],"latest_commit_sha":null,"homepage":"","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/Fabriquartz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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-01-24T08:36:48.000Z","updated_at":"2022-08-12T11:42:49.000Z","dependencies_parsed_at":"2024-10-14T06:42:05.897Z","dependency_job_id":"033cbed2-bdbc-4aad-95a5-6a57b645a6e7","html_url":"https://github.com/Fabriquartz/ember-marker-io","commit_stats":{"total_commits":2,"total_committers":2,"mean_commits":1.0,"dds":0.5,"last_synced_commit":"cf7b6b9ffaf19242d6063098551926831a05c2ea"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Fabriquartz/ember-marker-io","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fabriquartz%2Fember-marker-io","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fabriquartz%2Fember-marker-io/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fabriquartz%2Fember-marker-io/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fabriquartz%2Fember-marker-io/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fabriquartz","download_url":"https://codeload.github.com/Fabriquartz/ember-marker-io/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fabriquartz%2Fember-marker-io/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278903036,"owners_count":26065786,"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-10-08T02:00:06.501Z","response_time":56,"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","marker"],"created_at":"2024-09-24T19:47:57.158Z","updated_at":"2025-10-08T07:06:32.419Z","avatar_url":"https://github.com/Fabriquartz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ember-marker-io\n==============================================================================\n\nAdds a [marker.io](marker.io) service to your ember application to create and configure its feedback button and interact with the marker.io sdk from  anywhere in your application.\n\nFor more information about the marker.io sdk, see: https://github.com/marker-io/browser-sdk\n\n\n\nCompatibility\n------------------------------------------------------------------------------\n\n* Ember.js v3.20 or above\n* Ember CLI v3.20 or above\n* Node.js v12 or above\n\n\nInstallation\n------------------------------------------------------------------------------\n\n```\nember install ember-marker-io\n```\n\n\nUsage\n------------------------------------------------------------------------------\nTo use marker.io, you will first need to load the widget with a destination ID. You can do this on app boot by adding a call to `loadWidget` to the `beforeModel` hook of your application route.\n\n```js\nimport Route from '@ember/routing/route';\nimport { inject as service } from '@ember/service';\n\nexport default class ApplicationRoute extends Route {\n    ...\n    @service marker;\n\n    async beforeModel() {\n        await this.marker.loadWidget(\u003cDESTINATION ID\u003e);\n    }\n    ...\n}\n```\n\nThe marker service can then be used to further configure and use the marker.io sdk through the following methods:\n\n```show()```\n\n```hide()```\n\n```isVisible()```\n\n```capture()```\n\n```cancelCapture()```\n\n```isExtensionInstalled()```\n\n```setReporter()```\n\n```unloadWidget()```\n\n```setCustomData```\n\n\nThese mirror the methods of the [marker.io sdk](https://github.com/marker-io/browser-sdk) API\n\nContributing\n------------------------------------------------------------------------------\n\nSee the [Contributing](CONTRIBUTING.md) guide for details.\n\n\nLicense\n------------------------------------------------------------------------------\n\nThis project is licensed under the [MIT License](LICENSE.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabriquartz%2Fember-marker-io","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabriquartz%2Fember-marker-io","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabriquartz%2Fember-marker-io/lists"}