/forecast-app

A forecast practice

Primary LanguageTypeScript

Weather Forecast App

The Forecast App is a web application that provides weather forecasts for different locations using data retrieved from the OpenAI API. Stay informed about the weather conditions in various places around the world. This README will guide you on how to set up, run, and use the Weather Forecast App.

Features

  • Get weather forecasts for different locations.
  • Retrieve current weather conditions, temperature, humidity, and more.
  • Search for locations by name or coordinates.
  • Responsive design for various screen sizes.

Prerequisites

Before you begin, make sure you have the following prerequisites installed on your system:

  • Node.js and npm: You need to have Node.js and npm installed. You can download them from nodejs.org.

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/code-jhon/forecast-app.git
    
  2. Navigate

    cd forecast-app
    
  3. Install

    npm install