MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / LiveWeather

Interface LiveWeather

src/components/WeatherView.tsx:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 fontSize: "12px"
31};
32
33interface LiveWeather {
34 temperature: number;
35 humidity: number;
36 windSpeed: number;
37 weatherCode: number;
38 feelsLike: number;
39}
40
41interface AqiData {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected