Skip to content

this is a live weather web app baed on python(flask) and flask_sqlachemcy connect to a api of openweatherapi this api gives us live api

Notifications You must be signed in to change notification settings

M3tatr00p/Live-Weather-Webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Live-Weather-Webapp

This is a live weather web app baed on python(flask) and flask_sqlachemcy connect to a api of Openweathermap API this api gives us live information of weather of various locations

Requirement

Flask

Flask is a micro web framework written in Python. It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.

Installing

Install and update using pip:

  $ pip install -U Flask

Requests

The requests library is the de facto standard for making HTTP requests in Python. It abstracts the complexities of making requests behind a beautiful, simple API so that you can focus on interacting with services and consuming data in your application

Installing

Install and update using pip:

 $ pip install requests

Flask_sqlalchemy

Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks.

Installing

Install and update using pip:

$ pip install -U Flask-SQLAlchemy

Demo Screenshot

Screenshot (3) Screenshot (4) Screenshot (1) Screenshot (2)

About

this is a live weather web app baed on python(flask) and flask_sqlachemcy connect to a api of openweatherapi this api gives us live api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published