sec-gemini
v1.1.11
Published
Sec-Gemini SDK
Readme
Sec-Gemini TypeScript SDK
Installation
Basic usage
Streaming API
Synchronous API
Running the demo
The demo/demo.js code demonstrates how to use the SDK. You can run it as follows:
Linux/Mac
SEC_GEMINI_API_KEY="YOUR_ACTUAL_API_KEY" npm run demoWindows CMD
set SEC_GEMINI_API_KEY=your_key_here && npm run demoWindows PowerShell
$env:SEC_GEMINI_API_KEY="your_key_here" && npm run demoDevelopement
Install dependencies
npm installUsing the local package
Build and then use npm link to use the package from source
npm run build
npm linkin your project/app
npm link sec-geminiBuild for release
npm run buildRuning tests
npm run test