Back to Composio

CJS Example

ts/examples/cjs/README.md

0.11.1595 B
Original Source

CJS Example

This example demonstrates how to use Composio SDK with CommonJS.

Setup

  1. Install dependencies:

    bash
    pnpm install
    
  2. Configure environment:

    bash
    cp .env.example .env
    

    Then edit .env and add your API keys:

Running the Example

bash
# Run the example
pnpm start

Support