https://github.com/raupulus/vue-component-weather-chipiona
Componente con datos para estación meteorológica en tiempo real de la ciudad de Chipiona que muestra un resumen del tiempo en cada momento: Temperatura, humedad, tvoc, uv, uva, uvb, viento, rayos. Mirror de https://gitlab.com/raupulus/vue-component-weather-chipiona
https://github.com/raupulus/vue-component-weather-chipiona
chipiona co2 component estacion-meteorologica humidity lighting temperature tiempo tvoc uv uva uvb vue vue-3 vue-component vue3 weather weather-chipiona widget wind
Last synced: about 1 year ago
JSON representation
Componente con datos para estación meteorológica en tiempo real de la ciudad de Chipiona que muestra un resumen del tiempo en cada momento: Temperatura, humedad, tvoc, uv, uva, uvb, viento, rayos. Mirror de https://gitlab.com/raupulus/vue-component-weather-chipiona
- Host: GitHub
- URL: https://github.com/raupulus/vue-component-weather-chipiona
- Owner: raupulus
- License: gpl-3.0
- Created: 2020-09-26T19:19:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T14:35:22.000Z (about 3 years ago)
- Last Synced: 2025-02-08T09:29:15.434Z (over 1 year ago)
- Topics: chipiona, co2, component, estacion-meteorologica, humidity, lighting, temperature, tiempo, tvoc, uv, uva, uvb, vue, vue-3, vue-component, vue3, weather, weather-chipiona, widget, wind
- Language: Vue
- Homepage: https://api.fryntiz.dev/weatherstation
- Size: 1.05 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Component, Weather Chipiona
This component adds onu widget with weather information in the town of chipiona in real time (seconds of one minute from the last reading) returning information on temperature, wind, air quality and UVA / UVB rays.




## TODO
- Fix rollup export to standar javascript (wrapper.js)
## Project setup
```
npm install
```
## Build production
This creates the elements to include directly on the web and import module.
```bash
npm run build
```
## Run develop watch
This raises a server component on port 8080 of localhost to develop it.
```bash
npm run serve
```
## Use Mode
Esto desde la actualización a vue3 + typescript con rollup no he conseguido aún que funcione
Para comenzar necesitas tener en tu proyecto (o por lo menos en la página
dónde usarás este componente) vue.js insertado.
Necesitas tener la llamada al script, utiliza la ruta adecuada según si lo
descargas a tu proyecto, usas un cdn o lo traes desde npm.
```html
```
Una vez tienes Vue.js y la llamada al componente en tu web, puedes crear un
bloque para añadir este componente dentro de él usando la etiqueta
****
## Demo example
```html
Demo
//Vue.component(ChipionaWeatherComponent);
Vue.createApp({}).mount("#app");
```