latest
lipu-linku/sonaA library providing TypeScript types and Zod schemas for the sona API
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
29%
Published
a year ago (0.3.7)
sona API
This folder holds the code for the sona API, hosted at https://api.linku.la/.
The API is built using TypeScript, Vite, and Hono, using Zod schemas verified against the source data.
Contributing
Requirements:
How to contribute:
- Fork the repo and make any changes you want.
- Build the schemas in with
pnpm run generate - Run the dev server using
pnpm run devand verify that your changes work. - Create a pull request back to the main branch and request a review from a maintainer.
Add Package
deno add jsr:@linku/sona
Import symbol
import * as sona from "@linku/sona";
Import directly with a jsr specifier
import * as sona from "jsr:@linku/sona";
Add Package
pnpm i jsr:@linku/sona
pnpm dlx jsr add @linku/sona
Import symbol
import * as sona from "@linku/sona";
Add Package
yarn add jsr:@linku/sona
yarn dlx jsr add @linku/sona
Import symbol
import * as sona from "@linku/sona";
Add Package
vlt install jsr:@linku/sona
Import symbol
import * as sona from "@linku/sona";
Add Package
npx jsr add @linku/sona
Import symbol
import * as sona from "@linku/sona";
Add Package
bunx jsr add @linku/sona
Import symbol
import * as sona from "@linku/sona";