@route-bible/client
v0.1.0
Published
Typed HTTP client for the public route.bible API.
Maintainers
Readme
@route-bible/client
Typed HTTP client for the public route.bible API.
Install
pnpm add @route-bible/clientUsage
import { createRouteBibleClient } from "@route-bible/client";
const client = createRouteBibleClient({ baseUrl: "https://route.bible" });
const parsed = await client.parse({ input: "John 3:16" });Local Development
pnpm build
pnpm test
pnpm typecheck