hoangsonww /
WeatherMate-App
🌧️ Welcome to the WeatherMate App - Your go-to source for accurate and up-to-date weather information, forecasts, and other detailed weather metrics. Both web and mobile app versions are available!
Loading repository data…
Mythrireddy21 / repository
The Flask Weather App is a full-stack web application that provides real-time weather updates for any city in the world. Built with a secure Flask backend and a modern, interactive frontend using HTML, CSS, and JavaScript, the app fetches live weather data from the OpenWeatherMap API while keeping your API key safe and hidden.
This is a full-stack weather web application built with Flask that provides real-time weather updates for any city. It uses the OpenWeatherMap API to fetch current weather data securely and displays it with a modern frontend.
.env)weather-app/ ├── app.py ├── .env ├── requirements.txt ├── templates/ │ └── index.html ├── static/ │ ├── style.css │ └── script.js └── README.md
Clone the repo: git clone https://github.com/Mythrireddy21/Weather-app.git cd Weather-app
Create and activate a virtual environment: python -m venv venv venv\Scripts\activate # Windows
Install dependencies: pip install -r requirements.txt
Create a .env file and add your OpenWeatherMap API key:
WEATHER_API_KEY=your_api_key_here
Run the app: python app.py
This project is licensed under the MIT License.
Save the file: Once you’ve added this content, save it.
Selected from shared topics, language and repository description—not editorial ratings.
hoangsonww /
🌧️ Welcome to the WeatherMate App - Your go-to source for accurate and up-to-date weather information, forecasts, and other detailed weather metrics. Both web and mobile app versions are available!
kdubss /
NodeJS Command-Line-Interface weather app, which uses the CLI to fetch the current weather conditions for a geospatial location input. Python Flask server written to fetch/parse JSON data from the Dark Sky API, and, D3 used to visualize weather data. Currently, the browser front end is in development, but the goal is to create the Front-End using React
Khalid-Sultan /
A Single Page website built using Flask to show solar energy prediction on the account of current weather conditions with Deep Learning
BetterThanYou73 /
Quick navigation website, ideal for small aircrafts. Uses live weather data to tailor the best path to your destination.
isaric /
A simple python app that uses flask, requests and bokeh to give the user a weather report. This project is an exercise for an educational Python course.
rahulorihiki /
This website can tell us the weather of any location in the world as well as generate respective graphs based on the input parameter. This website uses the free Weather API and is created using HTML, CSS, and JavaScript , python and flask framework along with SQLite database