Skip to main content
Home

Built and signed on GitHub Actions

An LLM-powered CLI tool for summarizing web pages

This package works with Deno
This package works with Deno
JSR Score
94%
Published
a week ago (0.5.2)
interface ScrapeOptions

Options for the scrape function.

Properties

readonly
optional
userAgent: string

The User-Agent header to send in the HTTP request.

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@hongminhee/yoyak

Import symbol

import { type ScrapeOptions } from "@hongminhee/yoyak";
or

Import directly with a jsr specifier

import { type ScrapeOptions } from "jsr:@hongminhee/yoyak";