shobhitsrivastava-ds / Weather_App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

License:MIT License


Languages

Language:HTML 78.2%Language:Python 15.1%Language:CSS 6.7%