vue-weather-widget
Advanced tools
Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "vue-weather-widget", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "Weather forecast widget for Vuejs using DarkSky api", | ||
@@ -5,0 +5,0 @@ "exportName": "vue-weather-widget", |
@@ -102,3 +102,3 @@ # Vue Weather Widget | ||
| api-key | String (_required_) | - | Your OpenWeatherMap or Dark Sky API key | | ||
| use-dark-sky-api | Boolean | `true` | Use DarkSky API instead of OpenWeatherMap | | ||
| use-dark-sky-api | Boolean | `false` | Use DarkSky API instead of OpenWeatherMap | | ||
| address | String | current | An address of a location (By default, it will be use user's IP to find current location) | | ||
@@ -105,0 +105,0 @@ | latitude | String | current | The latitude of a location (By default, it will be use user's IP to find current location) | |