Fanbeam
Fanbeam
Documentation
API Reference
Getting Started
User Guides
TypeScript SDK
AuthenticationError HandlingInstallationQuick StartTypeScript Types
TypeScript SDK

Installation

Install the Fanbeam TypeScript SDK

Install the Fanbeam SDK using your preferred package manager.

npm

npm install fanbeam

pnpm

pnpm add fanbeam

bun

bun add fanbeam

yarn

yarn add fanbeam

Requirements

  • Node.js: 18+ (20+ recommended)
  • TypeScript: 5.0+ (optional but recommended)

Verify Installation

import { posts } from 'fanbeam';

console.log('SDK installed successfully!');

Next Steps

  • Quick Start Guide
  • Authentication Setup

Error Handling

Handle errors in the SDK

Quick Start

Get started with the Fanbeam SDK in 5 minutes

On this page

npmpnpmbunyarnRequirementsVerify InstallationNext Steps