@syncado/sdk
v0.0.2
Published
Syncado Node.js SDK that powers secure and reliable integrations for AI
Readme
Syncado SDK
Pre-requisites
Node (optional if you already have Node 22 or later installed)
The recommended way to install node is with fnm:
# Install fnm
curl -fsSL https://fnm.vercel.app/install | bash && source ~/.bashrc
# Install Node
fnm use --install-if-missingPnpm package manager
We use pnpm to manage our package dependencies, install it like so:
# Update corepack to avoid an issue with outdated signatures when installing pnpm
npm install --global corepack@latest
# Install & activate pnpm
corepack enable && corepack prepare pnpm@latest --activate
# Install dependencies
pnpm install
# Build SDK
pnpm build