{"id":19541297,"url":"https://github.com/wingify/vwo-node-sdk","last_synced_at":"2025-04-06T11:11:21.457Z","repository":{"id":34982705,"uuid":"193860668","full_name":"wingify/vwo-node-sdk","owner":"wingify","description":"[DEPRECATED] VWO Node SDK for server-side testing","archived":false,"fork":false,"pushed_at":"2025-03-25T14:29:59.000Z","size":5153,"stargazers_count":24,"open_issues_count":8,"forks_count":9,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-04-01T00:34:45.233Z","etag":null,"topics":["javascript-sdk","jest","murmurhash3","node-sdk","nodejs","sdk","sdk-nodejs","server-side","server-side-rendering","vwo"],"latest_commit_sha":null,"homepage":"https://developers.vwo.com/docs/fullstack-overview","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":"CHANGELOG.md","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}},"created_at":"2019-06-26T08:16:00.000Z","updated_at":"2025-03-25T14:30:03.000Z","dependencies_parsed_at":"2023-09-27T22:44:23.966Z","dependency_job_id":"9c8f21df-77da-49c2-a5c8-71dce1f0ac21","html_url":"https://github.com/wingify/vwo-node-sdk","commit_stats":{"total_commits":397,"total_committers":12,"mean_commits":"33.083333333333336","dds":0.2544080604534005,"last_synced_commit":"cfad078754915b7f4dcc9595fdd89b592cffc56b"},"previous_names":[],"tags_count":110,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-node-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-node-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-node-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wingify%2Fvwo-node-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wingify","download_url":"https://codeload.github.com/wingify/vwo-node-sdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471521,"owners_count":20944158,"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":["javascript-sdk","jest","murmurhash3","node-sdk","nodejs","sdk","sdk-nodejs","server-side","server-side-rendering","vwo"],"created_at":"2024-11-11T03:09:34.860Z","updated_at":"2025-04-06T11:11:21.429Z","avatar_url":"https://github.com/wingify.png","language":"JavaScript","readme":"# ⚠️ [DEPRECATED] VWO Node SDK\n\n**⚠️ This project is no longer actively developed. ⚠️**\n\n**✅ We are only fixing critical bugs and security issues.**\n\n**❌ No new features, enhancements, or non-critical updates will be added.**\n\n#### Switch to *VWO Feature Management \u0026 Experimentation(FME)* – The Better Alternative! 🚀\n\nVWO’s FME product empowers teams to seamlessly test, release, optimize, and roll back features across their entire tech stack while minimizing risk and maximizing business impact.\n\n* Check out FME developer documentation [here](https://developers.vwo.com/v2/docs/fme-overview).\n* Check [this](https://developers.vwo.com/v2/docs/sdks-release-info ) for the list of all FME-supported SDKs.\n\n**💡 Need Help?**\nFor migration assistance or any questions, contact us at [support@vwo.com](support@vwo.com)\n\n------\n\n[![npm version](https://badge.fury.io/js/vwo-node-sdk.svg)](https://www.npmjs.com/package/vwo-node-sdk)\n[![CI](https://github.com/wingify/vwo-node-sdk/workflows/CI/badge.svg?branch=master)](https://github.com/wingify/vwo-node-sdk/actions?query=workflow%3ACI)\n\n[![codecov](https://codecov.io/gh/wingify/vwo-node-sdk/branch/master/graph/badge.svg?token=813UYYMWGM)](https://codecov.io/gh/wingify/vwo-node-sdk)\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)\n![](http://img.badgesize.io/wingify/vwo-node-sdk/master/dist/vwo-javascript-sdk.min.js?compression=gzip\u0026color=blue)\n\nThis open source library allows you to A/B Test your Website at server-side. This SDK can also be used on client-side i.e. browser.\n\n### Requirements\n\n- Node 6.10.0 or later - for server-side\n- Latest browsers - for client-side\n\n### Installation\n\n**For NodeJs/JavasScript SDK**\n\n```bash\n# via npm\nnpm install vwo-node-sdk --save\n\n# via yarn\nyarn add vwo-node-sdk\n```\n\n**For client-side Javascript SDK**\n\nThere are multiple ways to load the library\n\n1. As mentioned above i.e. install and bundle with the package\n2. Can be downloaded from [GitHub](https://github.com/wingify/vwo-node-sdk/tree/master/dist)\n3. Using script tag\n    ```html\n    \u003cscript src=\"/path/to/sdk\"\u003e\u003c/script\u003e\n    ```\n\n    Or can be downloaded from CDNs like [jsdelivr](https://www.jsdelivr.com/). Please check the docs how to reference the library/sdk version.\n\n    ```html\n    \u003cscript src=\"https://cdn.jsdelivr.net/npm/vwo-node-sdk@1/dist/vwo-javascript-sdk.min.js\"\u003e\u003c/script\u003e\n    ```\n\n### Documentation\n\nRefer [Official VWO Documentation](https://developers.vwo.com/docs/fullstack-overview)\n\n### Demo NodeJs application\n\n[vwo-node-sdk-example](https://github.com/wingify/vwo-node-sdk-example)\n\n### Third-party Resources and Credits\n\nRefer [third-party-attributions.txt](https://github.com/wingify/vwo-node-sdk/blob/master/third-party-attributions.txt)\n\n### Authors\n\n* [Varun Malhotra](https://github.com/softvar) [@s0ftvar](https://twitter.com/s0ftvar)\n* [Ishank Bahl](https://github.com/ishankbahl) [@ishankbahl97](https://twitter.com/ishankbahl97)\n\n### Changelog\n\nRefer [CHANGELOG.md](https://github.com/wingify/vwo-node-sdk/blob/master/CHANGELOG.md)\n\n### Contributing\n\nPlease go through our [contributing guidelines](https://github.com/wingify/vwo-node-sdk/blob/master/CONTRIBUTING.md)\n\n### Code of Conduct\n\n[Code of Conduct](https://github.com/wingify/vwo-node-sdk/blob/master/CODE_OF_CONDUCT.md)\n\n### License\n\n[Apache License, Version 2.0](https://github.com/wingify/vwo-node-sdk/blob/master/LICENSE)\n\nCopyright 2019-2022 Wingify Software Pvt. Ltd.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingify%2Fvwo-node-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwingify%2Fvwo-node-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwingify%2Fvwo-node-sdk/lists"}