Simple Vue.js component for visualizing temperature data from OpenWeatherMap in a CSS-only line graph
 
 
 
 
Go to file
Alina Marquardt 83e4dfca72 initial commit, fetch weather from open weather map, graph temperatures via CSS 2025-03-03 21:54:40 +01:00
.vscode initial commit, fetch weather from open weather map, graph temperatures via CSS 2025-03-03 21:54:40 +01:00
public initial commit, fetch weather from open weather map, graph temperatures via CSS 2025-03-03 21:54:40 +01:00
src initial commit, fetch weather from open weather map, graph temperatures via CSS 2025-03-03 21:54:40 +01:00
.gitignore initial commit, fetch weather from open weather map, graph temperatures via CSS 2025-03-03 21:54:40 +01:00
README.md initial commit, fetch weather from open weather map, graph temperatures via CSS 2025-03-03 21:54:40 +01:00
index.html initial commit, fetch weather from open weather map, graph temperatures via CSS 2025-03-03 21:54:40 +01:00
package.json initial commit, fetch weather from open weather map, graph temperatures via CSS 2025-03-03 21:54:40 +01:00
vite.config.js initial commit, fetch weather from open weather map, graph temperatures via CSS 2025-03-03 21:54:40 +01:00
yarn.lock initial commit, fetch weather from open weather map, graph temperatures via CSS 2025-03-03 21:54:40 +01:00

README.md

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.