Skip to content

Personalized web interface for weather API in Python/Flask

Notifications You must be signed in to change notification settings

micborek/MyWeatherApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyWeatherApi

This project is an attempt to use Flask as a tool for displaying customized data in a web browser.

Personalized web weather interface:

  • using openweathermap.org API
  • API json handling in Python - MyWeatherApi.py file
  • Custom parameters for application in custom.py:
    • city name for weather information
    • calendar dictionary for holidays notification - 'DDMM':'Holiday' format
  • Weather icon changing accordingly to weather_id from API
  • Polish language interface

Example_image

Last update 05.12.2021

About

Personalized web interface for weather API in Python/Flask

Topics

Resources

Stars

Watchers

Forks