MCPcopy Create free account
hub / github.com/Fibi66/FeiControl / Forecast

Interface Forecast

src/components/WeatherWidget.tsx:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { Wind, Droplets, Thermometer } from "lucide-react";
6
7interface Forecast {
8 day: string;
9 max: number;
10 min: number;
11 emoji: string;
12}
13
14interface WeatherData {
15 city: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected