/examples

🛠️ For those that learn by example

Primary LanguageHTMLMIT LicenseMIT

Hyperbeam examples

Discord online count Issue count License GitHub language count GitHub contributors

This repository contains examples of how to use the Hyperbeam API.

Steps

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.

Examples

  • 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 custon 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.