Installation
Section titled “Installation”pnpm dlx shadcn@latest add pxl-ui/registry/schemas/openmeteo
Install the following dependencies:
pnpm add zod
Copy and paste the following code into your project.
Update the import paths to match your project setup.
import type { OpenMeteo } from "@/lib/schemas/pxl/openmeteo";const forecast: OpenMeteo.Forecast = { ... }API Reference
Section titled “API Reference”Forecast
Section titled “Forecast”A weather forecast