{"id":23021587,"url":"https://github.com/raupulus/vue-component-weather-chipiona","last_synced_at":"2025-04-02T18:44:26.592Z","repository":{"id":95713033,"uuid":"298884049","full_name":"raupulus/vue-component-weather-chipiona","owner":"raupulus","description":"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","archived":false,"fork":false,"pushed_at":"2023-03-19T14:35:22.000Z","size":1096,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-08T09:29:15.434Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"https://api.fryntiz.dev/weatherstation","language":"Vue","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raupulus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-09-26T19:19:20.000Z","updated_at":"2023-03-16T11:55:29.000Z","dependencies_parsed_at":"2023-05-21T17:45:11.549Z","dependency_job_id":null,"html_url":"https://github.com/raupulus/vue-component-weather-chipiona","commit_stats":{"total_commits":28,"total_committers":2,"mean_commits":14.0,"dds":0.0357142857142857,"last_synced_commit":"90f3539739096628f44a59742e22f6a58fdc796b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raupulus%2Fvue-component-weather-chipiona","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raupulus%2Fvue-component-weather-chipiona/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raupulus%2Fvue-component-weather-chipiona/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raupulus%2Fvue-component-weather-chipiona/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raupulus","download_url":"https://codeload.github.com/raupulus/vue-component-weather-chipiona/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246871715,"owners_count":20847523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chipiona","co2","component","estacion-meteorologica","humidity","lighting","temperature","tiempo","tvoc","uv","uva","uvb","vue","vue-3","vue-component","vue3","weather","weather-chipiona","widget","wind"],"created_at":"2024-12-15T12:18:40.219Z","updated_at":"2025-04-02T18:44:26.571Z","avatar_url":"https://github.com/raupulus.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Component, Weather Chipiona\n\nThis 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.\n\n![General](./images/img-1.png \"General\")\n![Wind](./images/img-2.png \"Wind\")\n![TVOC](./images/img-3.png \"TVOC\")\n![UV](./images/img-4.png \"UV\")\n\n## TODO\n\n- Fix rollup export to standar javascript (wrapper.js)\n\n## Project setup\n\n```\nnpm install\n```\n\n## Build production\n\nThis creates the elements to include directly on the web and import module.\n\n```bash\nnpm run build\n```\n\n## Run develop watch\n\nThis raises a server component on port 8080 of localhost to develop it.\n\n```bash\nnpm run serve\n```\n\n## Use Mode\n\nEsto desde la actualización a vue3 + typescript con rollup no he conseguido aún que funcione\n\nPara comenzar necesitas tener en tu proyecto (o por lo menos en la página\ndónde usarás este componente) vue.js insertado.\n\nNecesitas tener la llamada al script, utiliza la ruta adecuada según si lo\ndescargas a tu proyecto, usas un cdn o lo traes desde npm.\n\n```html\n\u003cscript src=\"./v-component-weather-chipiona.min.js\"\u003e\u003c/script\u003e\n```\n\nUna vez tienes Vue.js y la llamada al componente en tu web, puedes crear un\nbloque para añadir este componente dentro de él usando la etiqueta\n**\u003cv-weather-chipiona\u003e\u003c/v-weather-chipiona\u003e**\n\n## Demo example\n\n```html\n\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n  \u003chead\u003e\n    \u003cmeta charset=\"utf-8\" /\u003e\n    \u003ctitle\u003eDemo\u003c/title\u003e\n  \u003c/head\u003e\n\n  \u003cbody\u003e\n    \u003cdiv id=\"app\"\u003e\u003c/div\u003e\n\n    \u003c!--vue--\u003e\n    \u003cscript src=\"https://unpkg.com/vue@next\"\u003e\u003c/script\u003e\n\n    \u003cscript src=\"./v-component-weather-chipiona.min.js\"\u003e\u003c/script\u003e\n\n    \u003cscript\u003e\n      //Vue.component(ChipionaWeatherComponent);\n      Vue.createApp({}).mount(\"#app\");\n    \u003c/script\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraupulus%2Fvue-component-weather-chipiona","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraupulus%2Fvue-component-weather-chipiona","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraupulus%2Fvue-component-weather-chipiona/lists"}