weather-application
A simple weather application using Flask, which fetch data from openweathermap.org and render in this application.
How to run :
to run this application you need to create a python-virtual enviornment by running
$ python -m venv <virtualenv_name>
after that you have to install the dependencies
(venv)$ pip install flask
(venv)$ pip install requests
(venv)$ pip install flask-wtf
now you are all ready to run the application
(venv)$ python app.py
now go to your localhosts port 5000 and check the result.
Language and Tools :
- python 3.8.5
- Flask 1.1.2
- Bootstrap 5.0.0 CDN