Test Tool for Bluescape Workspace Categorizer
node, npm
- clone the repo
git clone [email protected]:BridgeCore/test-categorizer.git
- initialize the module
cd test-categorizer
npm i
- define environment variables and/or update config/config.json to provide secrets, ports, other config info:
export API_TOKEN=<your api key>
- run it
node app.js
- determine how to close this window if it will serve as a popup
- update the category xml to more representative values
- update the flow to use oath expiring tokens (maybe, maybe just the real one)