Skip to content

bcordero06/Final_project_weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather_Tracker

A Python web application that fetches real time weather date of cites in a database.

features

  • Fetches weather data from Open-Metro API
  • Stores the data in PostgresSQL database
  • Displays all

Installation

  • PostgreSQL
  • PGAdmin
  • Git

Required software

  • python 3.13.7
  • Postgres

Python packages

  • requests
  • pyscogp

Steps

1. Clone This repository:https://github.com/bcordero06/Final_project_weather
  1. Open File Folder
CD Final_project_weather
  1. Install Dependencies:
pip install -r requirment.txt
  1. Run route.py:
python3 route.py
  1. See the weather for the 10 cities that are around the world

Project Structure

Final_project_weather/
├──tempelates/
|   ├──index.html #HTML file showing the page    
├── .env #credentials
├── Db_manager.py #all database functions
├── Db.py #fetches weather from API
├── main.py #main runner file
├──routes.py #routes with flask and api endpoints


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors