Installing the SDK
JavaScript SDK Installation
To integrate the FME SDK into your web application, you first need to install it through a Javascript package manager. The VWO JavaScript SDK can be installed using npm / yarn or via a script tag.
Installation via npm
To integrate the FME Node.js SDK into your Node.js application through npm, run the following command through the command line. Make sure you run this command in the correct directory where your app resides.
npm install vwo-fme-node-sdk --save
Installation via yarn
To integrate FME Node.js SDK into your Node.js application through yarn, run the following command through the command line. Make sure you run this command in the correct directory where your app resides.
yarn add vwo-fme-node-sdk
Directly via script tag
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vwo-fme-node-sdk@1/dist/client/vwo-fme-javascript-sdk.min.js" />
Source Code
Language | Repository |
---|---|
JavaScript | https://github.com/wingify/vwo-fme-node-sdk |
The FME SDK code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024.
Updated about 19 hours ago