This repository contains examples of how to use the Hyperbeam API.
Use npm install
to install the dependencies altogether and navigate to the examples you want to run for more information.
Set your API key by running the following command in your terminal:
# Linux/macOS
export HB_API_KEY=your_api_key
# Windows
set HB_API_KEY=your_api_key
Replace your_api_key
with your API key from the Hyperbeam dashboard.
-
Multi cursor
Interact with multiple users controlling the browser simultaneously in realtime. -
Persistence
Save and access browser data across multiple sessions. -
Resize
Resize and reposition the browser window dynamically. -
Zoom
Zoom in and out of all tabs or individual ones. -
Chrome Extension
Upload and use a custom Chrome extension in the browser. -
Timeout
Bring down costs and add quickly add paywalls using timeouts. -
Audio Context
Use the AudioContext API to customize the audio output of the browser.