An open API service indexing awesome lists of open source software.

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

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/)