{"id":19541302,"url":"https://github.com/wingify/vwo-amplitude-integration","last_synced_at":"2026-02-06T03:02:32.592Z","repository":{"id":179138964,"uuid":"663008796","full_name":"wingify/vwo-amplitude-integration","owner":"wingify","description":"This plugin allows to send VWO data to Amplitude using amplitude-js","archived":false,"fork":false,"pushed_at":"2024-07-24T12:35:03.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-10-28T19:36:41.647Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wingify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-07-06T11:02:19.000Z","updated_at":"2024-07-24T12:35:06.000Z","dependencies_parsed_at":"2024-07-16T07:42:27.595Z","dependency_job_id":"196139fd-cd05-49d9-8534-db18b618abf0","html_url":"https://github.com/wingify/vwo-amplitude-integration","commit_stats":null,"previous_names":["wingify/vwo-amplitude-integration"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wingify/vwo-amplitude-integration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-amplitude-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-amplitude-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-amplitude-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-amplitude-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wingify","download_url":"https://codeload.github.com/wingify/vwo-amplitude-integration/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-amplitude-integration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29147386,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"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":[],"created_at":"2024-11-11T03:09:36.076Z","updated_at":"2026-02-06T03:02:32.575Z","avatar_url":"https://github.com/wingify.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VWO Amplitude integration plugin\n\nThis plugin allows to send VWO data to Amplitude using `amplitude-js` or `@amplitude/analytics-browser`.\n\n## Package Installation\n\nFor NodeJs/JavasScript SDK\n\n```bash\n# via npm\nnpm install vwo-amplitude-integration\n\n# via yarn\nyarn add vwo-amplitude-integration\n```\n\n## Usage\n\nThis plugin works with Amplitude's `amplitude-js` and `@amplitude/analytics-browser` libraries.\n\nInitialize VWOAmplitudePlugin with your amplitude Instance:\n\n**In your App.js file**\n```js\nimport amplitude from \"amplitude-js\";\nimport VWOAmplitudePlugin from 'vwo-amplitude-integration';\namplitude.getInstance().init(API_KEY, null, {\n    // optional configuration options\n});\n\nVWOAmplitudePlugin(amplitude); \n```\nFor more details around `amplitude-js` plugin, refer to this [document](https://www.npmjs.com/package/amplitude-js)\n\n```js\nimport amplitude from \"@amplitude/analytics-browser\";\nimport VWOAmplitudePlugin from 'vwo-amplitude-integration';\namplitude.init(API_KEY, null, {\n    // optional configuration options\n});\n\nVWOAmplitudePlugin(amplitude); \n```\nFor more details around `@amplitude/analytics-browser` plugin, refer to this [document](https://www.npmjs.com/package/@amplitude/analytics-browser)\n\nEnsure that the code is rendered and executed exclusively on the client side, as this plugin is designed for client-side functionality only.\n\n## Code of Conduct\n\n[Code of Conduct](https://github.com/wingify/vwo-amplitude-integration/blob/master/CODE_OF_CONDUCT.md)\n\n## License\n\n[Apache License, Version 2.0](https://github.com/wingify/vwo-amplitude-integration/blob/master/LICENSE)\n\nCopyright 2023 Wingify Software Pvt. Ltd.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingify%2Fvwo-amplitude-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwingify%2Fvwo-amplitude-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingify%2Fvwo-amplitude-integration/lists"}