Loading repository data…
Loading repository data…
Kiran1689 / repository
The Weather App is a web application that provides real-time weather information for different locations.
This is a simple weather application that allows users to get weather information for a specific location.
Clone the repository to your local machine:
Change to the project directory:
Backend Setup:
Create and activate a virtual environment (optional but recommended):
Install the Python dependencies:
Create a .env file in the weather_api directory and define the following environment variables:
Open your web browser and navigate to http://localhost:3000 to access the Weather Application.
Enter a location in the search box to get the weather information for that location.
The application requires an API key to fetch weather data. You can obtain a free API key by signing up on a weather data provider's website (e.g., Weatherstack, OpenWeatherMap).
Create a .env file in the weather_api directory and define the API_KEY environment variable with your obtained API key
Please make sure to replace <your-api-key> with the actual API key obtained from the weather data provider.
To visit live click here :point_right: : Weather App
Make sure device location is turned ON