Sec-Gemini SDK
npm install sec-geminiThe demo/demo.js code demonstrates how to use the SDK. You can run it as follows:
Linux/Mac
``bash`
SEC_GEMINI_API_KEY="YOUR_ACTUAL_API_KEY" npm run demo
Windows CMD
`bash`
set SEC_GEMINI_API_KEY=your_key_here && npm run demo`
Windows PowerShellbash`
$env:SEC_GEMINI_API_KEY="your_key_here" && npm run demo
`bash`
npm install
Build and then use npm link to use the package from source
`bash`
npm run build
npm link
in your project/app
`bash`
npm link sec-gemini
`bash`
npm run build
`bash``
npm run test