Skip to content

Open Weather API project for providing weather forecasts within the USA

Notifications You must be signed in to change notification settings

verafes/vf-openWeather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Weather in Your City - the project with using openWeather API

This project utilizes the openWeather API to fetch weather data for a specified city. It provides real-time weather information, including temperature, humidity, wind speed, and more.

Features

  • Fetches weather data from the openWeather API.
  • Displays current weather conditions for a specified city.
  • Supports multiple cities within the USA.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • openWeatherMap.org API

Project Structure

The project is structured as follows:

πŸ“¦:.
β”œβ”€β”€ README.md
β”œβ”€β”€ .gitignore
└── public
    β”œβ”€β”€ css
    β”‚   └── index.css
    β”œβ”€β”€ img
    β”‚   β”œβ”€β”€ favicon.ico
    β”‚   └── logo.png
    β”œβ”€β”€ js	
    β”‚   └── index.js
    └── index.html

Installation

  1. Clone the repository:
    git clone https://github.com/verafes/vf-openWeather-app.git
  2. Navigate to the project directory:
    cd <your project directory>
  3. Open the index.html file in your web browser.
  4. Enter the zipcode of the location you want to check the weather for.

Acknowledgments

  • This project was created as part of learning web development and API integration at Code the Dream.

About

Open Weather API project for providing weather forecasts within the USA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published