sec-gemini
TypeScript icon, indicating that this package has built-in type declarations

1.1.11 • Public • Published

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 demo

Windows CMD

set SEC_GEMINI_API_KEY=your_key_here && npm run demo

Windows PowerShell

$env:SEC_GEMINI_API_KEY="your_key_here" && npm run demo

Developement

Install dependencies

npm install

Using the local package

Build and then use npm link to use the package from source

npm run build
npm link

in your project/app

npm link sec-gemini

Build for release

npm run build

Runing tests

npm run test

Readme

Keywords

none

Package Sidebar

Install

npm i sec-gemini

Weekly Downloads

336

Version

1.1.11

License

Apache-2.0

Unpacked Size

519 kB

Total Files

10

Last publish

Collaborators

  • lucainvernizzi