vwo-node-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.68.0 • Public • Published

VWO Node SDK

npm version CI

codecov

License

This 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.

Requirements

  • Node 6.10.0 or later - for server-side
  • Latest browsers - for client-side

Installation

For NodeJs/JavasScript SDK

# via npm
npm install vwo-node-sdk --save

# via yarn
yarn add vwo-node-sdk

For client-side Javascript SDK

There are multiple ways to load the library

  1. As mentioned above i.e. install and bundle with the package

  2. Can be downloaded from GitHub

  3. Using script tag

    <script src="/path/to/sdk"></script>

    Or can be downloaded from CDNs like jsdelivr. Please check the docs how to reference the library/sdk version.

    <script src="https://cdn.jsdelivr.net/npm/vwo-node-sdk@1/dist/vwo-javascript-sdk.min.js"></script>

Documentation

Refer Official VWO Documentation

Demo NodeJs application

vwo-node-sdk-example

Third-party Resources and Credits

Refer third-party-attributions.txt

Authors

Changelog

Refer CHANGELOG.md

Contributing

Please go through our contributing guidelines

Code of Conduct

Code of Conduct

License

Apache License, Version 2.0

Copyright 2019-2022 Wingify Software Pvt. Ltd.

Dependencies (4)

Dev Dependencies (22)

Package Sidebar

Install

npm i vwo-node-sdk

Weekly Downloads

6,175

Version

1.68.0

License

Apache-2.0

Unpacked Size

2.13 MB

Total Files

76

Last publish

Collaborators

  • varun.malhotra
  • vwointegration