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

Interface AqiData

src/components/WeatherView.tsx:40–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 feelsLike: number;
39}
40
41interface AqiData {
42 pm2_5: number;
43 pm10: number;
44 european_aqi: number;
45 us_aqi: number;
46}
47
48const weatherDescriptions: Record<number, string> = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected