Link: https://sansweather.herokuapp.com. (may not work as Heroku free postgres dyno policy change)
Python-DJango based weather app+openWeatherAPI
This app is created using python django framework which gives out the weather details of the specified city on the html template. openWeatherAPI is used in this project to access the url in which the request is passed and served on the rendered template. The city name is passed as a POST request to the def index(): function to get the appropiate data from api url. (units=metric is passed in url after cityname to get the metric scale conversion of the default units specified in the api)
- asgiref==3.5.2
- Django==4.0.5
- gunicorn==20.1.0
- sqlparse==0.4.2
- django-heroku==0.3.1