Installing the SDK
Node.js SDK Installation
To integrate FME SDK into your Node.js application, you first need to install the SDK through a package manager for JavaScript. VWO Node.js SDK can be installed using either npm or yarn.
Requirements
Note:
Node.js version >= 12.0
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
Source Code
Language | Repository |
---|---|
Node.js | 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 3 months ago