@withgates/node
v1.0.0-alpha.3
Published
Node.js SDK for WithGates
Downloads
183
Readme
@withgates/node
Node.js SDK for WithGates - A feature flag and experimentation platform.
Installation
npm install @withgates/node
or
yarn add @withgates/node
Usage
import { Gates } from "@withgates/node";
const gates = new Gates("your-api-key");
Documentation
For more information, please refer to the WithGates documentation.