Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Weather API

A robust, modular Python-based Weather API. This project demonstrates clean backend development practices by separating API routing from core business logic, and it is specifically designed to be easily interacted with and tested using Postman.

📂 Project Structure

Python-Weather-API-using-Postman/
├── api/                # API route definitions and endpoint handlers
├── services/           # Core business logic and external weather service integrations
├── .vscode/            # Editor-specific workspace configurations
├── app.py              # Main application entry point
├── requirements.txt    # Project dependencies
├── .gitignore          # Ignored files and directories
├── LICENSE             # Open source license details
└── README.md           # Project documentation

About

A modular Python Weather API tested with Postman

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages