@logiccore/feature-pilot
v2.0.0
Published
Feature Pilot is a feature flagging library for Node.js
Downloads
933
Readme
Feature Pilot
Feature Pilot is a feature flagging library for Node.js. To be able to use this library, you need to have an account on Feature Pilot.
Installation
npm install @logiccore/feature-pilot
Usage
import { FeaturePilot } from "@logiccore/feature-pilot";
const featurePilot = new FeaturePilot("your-project-id", "your-api-key");
const flags = await featurePilot.getFlags({ subject: "user-123" });
License
This project is licensed under the MIT License. See the LICENSE file for details.
© 2025 LogicCore Digital.