Skip to content

YasmimRodrigues/weatherio-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌦️ Weather App

A web application that displays real-time weather information using the OpenWeather API.
This project is based on the original code by @Sadee (MIT License) and has been modified by @YasmimRodrigues.


🧩 Features

  • Search for the current weather by city name.
  • Displays temperature, humidity, wind speed, and weather description.
  • Modern, responsive, and user-friendly interface.
  • Dynamic icons that change according to weather conditions.
  • Automatic update of weather information.

🛠️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6+)
  • OpenWeather API

🗂️ Project Structure

  weatherio/
  │
  ├── assets/
  │ ├── css/
  │ │ └── style.css
  │ ├── font/
  │ └── images/
  │
  ├── js/
  │ ├── api.js # Handles API requests
  │ ├── app.js # Main app logic
  │ ├── module.js # Helper modules
  │ └── route.js # Internal routing control
  │
  ├── favicon.svg
  ├── index.html
  ├── index.txt
  ├── README.md
  ├── LICENSE
  └── style-guide.md

About

Starter file for weatherio project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 45.7%
  • CSS 43.6%
  • HTML 10.7%