Skip to main content
Home

a simple, practically oneliner getJoke function to get the jokes from dad joke api

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
a year ago (1.0.2)

This is the only module of the app

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:@zlatko-dev/dadjoke-cli

Import symbol

import * as dadjoke_cli from "@zlatko-dev/dadjoke-cli";
or

Import directly with a jsr specifier

import * as dadjoke_cli from "jsr:@zlatko-dev/dadjoke-cli";

Add Package

pnpm i jsr:@zlatko-dev/dadjoke-cli
or (using pnpm 10.8 or older)
pnpm dlx jsr add @zlatko-dev/dadjoke-cli

Import symbol

import * as dadjoke_cli from "@zlatko-dev/dadjoke-cli";

Add Package

yarn add jsr:@zlatko-dev/dadjoke-cli
or (using Yarn 4.8 or older)
yarn dlx jsr add @zlatko-dev/dadjoke-cli

Import symbol

import * as dadjoke_cli from "@zlatko-dev/dadjoke-cli";

Add Package

vlt install jsr:@zlatko-dev/dadjoke-cli

Import symbol

import * as dadjoke_cli from "@zlatko-dev/dadjoke-cli";

Add Package

npx jsr add @zlatko-dev/dadjoke-cli

Import symbol

import * as dadjoke_cli from "@zlatko-dev/dadjoke-cli";

Add Package

bunx jsr add @zlatko-dev/dadjoke-cli

Import symbol

import * as dadjoke_cli from "@zlatko-dev/dadjoke-cli";