Skip to content

the weather app, uses flask and openweather api to fetch data

Notifications You must be signed in to change notification settings

inomesh/weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The weather pwa

uses flask and openweather api to fetch data and also becuse of progressive web app functionality as soon as the first request made it stores all the data into users browser by using service worker.

liberaries

Openweather Api

Bootstrap

Flask

Installation Instructions

step 1: Pull the repository in your system
step 2: If Python isn't install in your system then install it otherwise skip this step.
step 3: run the following command in console to install all the dependencies.
> pip install -r requirements.txt
step 4: run the command
> flask run
step 5: enjoy :)

I want to say Thank You to all of the developers who developed these liberaries and made it possible for developers like me to learn and bulld something with it.