Skip to content

Using Flask library to implement a web application that will allow you to keep an eye on the weather.

Notifications You must be signed in to change notification settings

abystoma/Weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather App

About

A simple Flask app that works with database, handling post and get requests.

Features of the app

  1. The app takes the name of the city as input and shows the current state of the weather and temperature.
  2. Background image which which changes with time of the city.
  3. The user will be able to delete the weather information.

Installation and dependencies

  1. The app uses the api from OpenWeather to fetch the weather information. Sign up here to get an API key for yourself.

  2. Create a user environment variable with variable name WEATHER_API_KEY and put the API key in variable value img

  3. git clone https://github.com/flukehermit/Weather-app.git
    cd weather-app
    pip install -r requirements.txt
    

Syntax for running the app

python app.py

Example

About

Using Flask library to implement a web application that will allow you to keep an eye on the weather.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published