Skip to main content

Installing the Node SDK

appflags GitHub Repo stars

Installing from NPM

The Node SDK is available as a package on NPM. To install the SDK from NPM:

npm install appflags-node --save

Once the SDK is installed in your project, import the AppFlags client into your code:

import {AppFlagsClient} from "appflags-node";