A very basic and minimal weather app designed for Astronomers planning their observation time. Contains different interactive visualisations to understand better.
Switch to a virtual environment! cd
into project's directory:
`
python3 -m venv venv
source venv/bin/activate
`
Install all the dependencies:
$ pip install -r requirements.txt
Run in your terminal:
$ python app.py
Visit in your browser:
http://127.0.0.1:8050/
Enter the name of your city.
By default, it's kept as Mandi.
Akshita Jain, GitHub: akshita0208.