Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface weather.IWeather
import { type weather } from "https://deno.land/x/sptaki@1.2.0/models/eft/mod.ts";
const { IWeather } = weather;

Properties

pressure: number
temp: number
fog: number
rain_intensity: number
rain: number
wind_gustiness: number
wind_direction: WindDirection
wind_speed: number
cloud: number
time: string
date: string
timestamp: number