/Weather_App

Primary LanguageHTMLMIT LicenseMIT

Weather_App

This is one of major project of my undergraduate degree program.

Here, I have developed a simple weather app which using a weather api provides us the weather details of any city demanded by the user.

For Developing the project I have used Flask Framework as base. I have used HTML and CSS for developing basic structure of the project. All the coding part is implemented using Python Language.

For using the project use the following commands :

  • $ git clone
  • $ set FLASK_APP= app.py
  • $ flask run

The whole project is deployed on Heroku Cloud.

Here is the link where you can access the project live : https://daily-weatherapp.herokuapp.com/

Thank you!