jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
19 stars 27 forks source link

Weather_App/30_days_of_javascript #181

Closed yashmadke closed 2 months ago

yashmadke commented 3 months ago

Title: Enhance Weather App with Additional Information

Description: We need to update our Weather App to display more detailed information from the OpenWeatherMap API. This will provide users with a more comprehensive view of the current weather conditions.

Changes to be implemented:

  1. Update script.js:

    • Fetch additional data from the API response
    • Display new weather information including:
      • Country code
      • "Feels like" temperature
      • Min and max temperatures
      • Humidity
      • Atmospheric pressure
      • Detailed weather description
      • Wind speed and direction
      • Cloudiness percentage
      • Sunrise and sunset times
    • Improve error handling
  2. Update style.css:

    • Adjust styling to accommodate new information
    • Improve overall readability and layout
github-actions[bot] commented 3 months ago

Thank you for creating this issue! 🎉

We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our [CONTRIBUTING.md] for guidelines on contributing to this Domain.

Walayhs commented 2 months ago

Go ahead!

github-actions[bot] commented 2 months ago

Hello @yashmadke! Your issue #181 has been closed. Thank you for your contribution!