{"id":32297497,"url":"https://github.com/leftyio/hotjar","last_synced_at":"2026-02-22T01:38:02.164Z","repository":{"id":56832546,"uuid":"120435600","full_name":"leftyio/hotjar","owner":"leftyio","description":"Javascript interop for Hotjar","archived":false,"fork":false,"pushed_at":"2021-03-20T14:28:13.000Z","size":8,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-11-27T17:11:16.027Z","etag":null,"topics":["browser","dart","hotjar","javascript-interop"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/leftyio.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-06T10:01:03.000Z","updated_at":"2025-10-02T01:32:01.000Z","dependencies_parsed_at":"2022-09-08T05:11:01.946Z","dependency_job_id":null,"html_url":"https://github.com/leftyio/hotjar","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/leftyio/hotjar","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leftyio%2Fhotjar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leftyio%2Fhotjar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leftyio%2Fhotjar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leftyio%2Fhotjar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/leftyio","download_url":"https://codeload.github.com/leftyio/hotjar/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/leftyio%2Fhotjar/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29703227,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["browser","dart","hotjar","javascript-interop"],"created_at":"2025-10-23T04:43:33.901Z","updated_at":"2026-02-22T01:38:02.159Z","avatar_url":"https://github.com/leftyio.png","language":"Dart","readme":"# hotjar\n\nJavascript interop for Hotjar\n\n## Usage\n\n### Hotjar integrated using Tag Manager\n\n```dart\nimport \"package:hotjar/hotjar.dart\";\n\nmain() {\n  hj(\"trigger\", \"my-poll\");\n  hj(\"tagRecording\",  [\"tag1\", \"tag2\"]);\n\n  // or\n\n  trigger(\"my-poll\");\n  tagRecording([\"tag1\", \"tag2\"]);\n}\n```\n\n### Hotjar manual install\n\n```dart\nimport \"package:hotjar/hotjar.dart\";\n\nmain() async {\n  loadHotjar(\"SITE_ID\");\n\n  hj(\"trigger\", \"my-poll\");\n  hj(\"tagRecording\",  [\"tag1\", \"tag2\"]);\n\n  // or\n\n  trigger(\"my-poll\");\n  tagRecording([\"tag1\", \"tag2\"]);\n}\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleftyio%2Fhotjar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleftyio%2Fhotjar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleftyio%2Fhotjar/lists"}