vue-weather-widget
vue-weather-widget copied to clipboard
Weather forecast using darksky weather api in vuejs
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.10 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...
Hey I installed this on Vue 3.2.13 I showed some errors regarding the "this.$set" is not a valid function After a fast search on google I found out that Vue...
If the selected prop value for 'units' is 'uk', according to the openweathermap.org docs (https://openweathermap.org/current#data) the correct wind speed units should be metric and in meters/second. However the widget is...
Would be nice if "Today" and "Wind" words can be customized using vue props like language, units, etc
no index.js in node_modules/vue-weather-widget so cannot import use vite and vue3 npm run dev errror message: ``` [vite] Internal server error: Failed to resolve entry for package "vue-weather-widget". The package...
Hi, I'm having an issue when trying to execute the command **npm run build** on a vue-cli 2 project that uses the latest version of the vue-weather-widget. You can check...