https://github.com/fayasnoushad/weather-web-app
A simple weather web app
https://github.com/fayasnoushad/weather-web-app
weather weather-api weather-app weather-web-app
Last synced: 6 months ago
JSON representation
A simple weather web app
- Host: GitHub
- URL: https://github.com/fayasnoushad/weather-web-app
- Owner: FayasNoushad
- License: mit
- Created: 2024-01-11T09:59:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-19T12:47:52.000Z (over 1 year ago)
- Last Synced: 2025-02-15T07:20:58.166Z (8 months ago)
- Topics: weather, weather-api, weather-app, weather-web-app
- Language: Python
- Homepage:
- Size: 187 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Weather-Web-App
A simple weather web application to check weather of a specific place/city/country.### How to run
```sh
git clone https://github.com/FayasNoushad/Weather-Web-App.git
cd Weather-Web-App
python3 -m venv venv
. ./venv/bin/activate
pip3 install -r requirements.txt
python3 app.py
```### Variables
- `API_KEY`: From [WeatherAPI.com](https://www.weatherapi.com/my/)