Skip to content

suvasish114/weather-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
© suvasish114

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published