Skip to main content
The SDK uses an API key for event listing and webhook verification. API keys are only available by request—book a meeting to request access.
The PeerPop SDK is the official Node.js package for PeerPop. It gives you event listing (past and upcoming), webhook signature verification, and a React component to embed event pages—all from one dependency.
  • Events — List a user’s past or upcoming events from the public API.
  • Event Component — Use the EventDisplayButton component to open an event page in a modal.
  • Webhooks — Verify webhook payloads in one line or via Express middleware.

Installation

Install the package from npm:
npm install peerpop
For full package details, version history, and file layout, see the peerpop package on npm.