https://github.com/switcherapi/switcher-resolver-node
Resolver Node API for Component Switchers
https://github.com/switcherapi/switcher-resolver-node
switcher-api
Last synced: 4 months ago
JSON representation
Resolver Node API for Component Switchers
- Host: GitHub
- URL: https://github.com/switcherapi/switcher-resolver-node
- Owner: switcherapi
- License: mit
- Created: 2023-11-12T23:01:43.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T04:01:07.000Z (over 1 year ago)
- Last Synced: 2024-09-12T13:32:09.201Z (over 1 year ago)
- Topics: switcher-api
- Language: JavaScript
- Homepage: https://cloud.switcherapi.com
- Size: 430 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
***
Switcher Resolver Node
Resolver Node for Component Switchers
[](https://github.com/switcherapi/switcher-resolver-node/actions/workflows/master.yml)
[](https://sonarcloud.io/dashboard?id=switcherapi_switcher-resolver-node)
[](https://snyk.io/test/github/switcherapi/switcher-resolver-node)
[](https://opensource.org/licenses/MIT)
[](https://hub.docker.com/r/trackerforce/switcher-resolver-node)
[](https://switcher-hq.slack.com/)
***

# About
**Switcher Resolver Node** is the Feature Flag resolver that runs the Switcher evaluation criteria engine.
* * *
### Local setup
1. npm ci
2. Add .env-cmdrc file into the project directory (use '.env-cmdrc-template')
3. Replace values such as secret keys and URLs
# Quick start
Open Swagger UI by accessing the URL: http://localhost:3000/api-docs
Or use Postman by importing either the OpenAPI json from http://localhost:3000/swagger.json or Postman Collection from "requests/Switcher Resolver Node*"