@kulupu-linku/sona
v0.3.7
Published
A library providing TypeScript types and Zod schemas for the sona API
Downloads
76
Readme
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 dev
and verify that your changes work. - Create a pull request back to the main branch and request a review from a maintainer.