Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,15 @@
# feature-toggle-node
A Node.js module for enabling or disabling Node.js-based SAP Business Application Studio features.


## Description
This module is used to inquire if an SAP Business Application Studio feature toggle is enabled or disabled.

This module should be used if your SAP Business Application Studio extension is written in Node.js or TypeScript and you want to control the extension features via feature toggle.


## Requirements

- ES2017 or higher



## Download and Installation

Install the feature-toggle-node as a dependency.
Expand All @@ -35,7 +31,6 @@ Install the feature-toggle-node as a dependency.
$ npm install @sap-devx/feature-toggle-node --save
```


### Configuration
To run the feature-toggle-node **locally**, you need to provide the following environment variables:
- `FT_SERVER_ENDPOINT` - Feature toggle server endpoint (mandatory)
Expand Down