Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.25 KB

WeatherTrakt

WeatherTrakt is a simple web application that allows you to get real-time weather information for a specified location. It uses the OpenWeather API to provide accurate and up-to-date weather data.

Features

  • Get current weather data including temperature, sky conditions, and location.
  • Detailed weather information such as wind speed, humidity, pressure, visibility, and more.
  • Sunrise and sunset times.
  • 5-day weather forecast.

How to Use

  1. Visit the WeatherTrakt web app.
  2. Enter the name of the city or location you want to check the weather for in the search box.
  3. Press Enter.
  4. Weather information for the specified location will be displayed.

Installation

If you want to run this project locally, follow these steps:

  1. Clone the repository to your local machine.
  2. Open the index.html file in your web browser.

API Key

This project uses the OpenWeather API to fetch weather data. You will need to obtain an API key from OpenWeather and replace "apiKey" in the JavaScript code with your actual API key.

Acknowledgments