Skip to content

feat: Create basic weather app for Cologne#38

Open
ErtanOz wants to merge 1 commit intovprusso:masterfrom
ErtanOz:cologne-weather-app
Open

feat: Create basic weather app for Cologne#38
ErtanOz wants to merge 1 commit intovprusso:masterfrom
ErtanOz:cologne-weather-app

Conversation

@ErtanOz
Copy link
Copy Markdown

@ErtanOz ErtanOz commented May 22, 2025

This commit introduces a simple web application that displays the current weather conditions for Cologne, Germany.

It includes:

  • index.html: The main HTML page with structure and basic styling.
  • script.js: JavaScript to fetch current temperature, humidity, and wind speed from the Open-Meteo API and display it on the page.

The application fetches data from api.open-meteo.com. If the API call fails, a user-friendly error message is displayed.

This commit introduces a simple web application that displays the current
weather conditions for Cologne, Germany.

It includes:
- `index.html`: The main HTML page with structure and basic styling.
- `script.js`: JavaScript to fetch current temperature, humidity, and
wind speed from the Open-Meteo API and display it on the page.

The application fetches data from `api.open-meteo.com`. If the API
call fails, a user-friendly error message is displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant