0.2.4 • Published 2 years ago

weather-widget-vue v0.2.4

Weekly downloads
-
License
GPLv2
Repository
github
Last release
2 years ago

Vue Weather Widgets

A small collection of Weather Widgets; Built with Vue.

Usage

Supply your OpenWeather API key One call API Key, as well as all required props.

Standard

Standard + Daily prop

Props

interface Props {
  apikey?: string
  lat: string
  lon: string
  imperial?: boolean
  daily?: boolean
  warningThresholds?: {
    min: number
    max: number
  }
  warningColour?: string
  bgColour?: string
}

Medium

Props

interface Props {
  apikey?: string
  lat: string
  lon: string
  imperial?: boolean
}

Small

Props

interface Props {
  apikey?: string
  lat: string
  lon: string
  imperial?: boolean
}

Extra Small

Props

interface Props {
  apikey?: string
  lat: string
  lon: string
  imperial?: boolean
}
0.2.4

2 years ago

0.2.1

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.0

2 years ago

0.1.21

2 years ago

0.1.20

2 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.17

3 years ago

0.1.16

3 years ago

0.1.15

3 years ago

0.1.14

3 years ago

0.1.13

3 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago