A small collection of Weather Widgets; Built with Vue.
Supply your OpenWeather API key One call API Key, as well as all required props.
interface Props {
apikey?: string
lat: string
lon: string
imperial?: boolean
daily?: boolean
warningThresholds?: {
min: number
max: number
}
warningColour?: string
bgColour?: string
}
interface Props {
apikey?: string
lat: string
lon: string
imperial?: boolean
}
interface Props {
apikey?: string
lat: string
lon: string
imperial?: boolean
}
interface Props {
apikey?: string
lat: string
lon: string
imperial?: boolean
}